From 6a4218e9efebc8b037cf2410a5e07a3fb20a5069 Mon Sep 17 00:00:00 2001 From: aarne Date: Sun, 9 Dec 2007 10:52:19 +0000 Subject: extend behaviour for interface and incomplete --- src/GF/Devel/Grammar/GFtoSource.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/GF/Devel/Grammar') diff --git a/src/GF/Devel/Grammar/GFtoSource.hs b/src/GF/Devel/Grammar/GFtoSource.hs index 9ac65469a..6618eaa20 100644 --- a/src/GF/Devel/Grammar/GFtoSource.hs +++ b/src/GF/Devel/Grammar/GFtoSource.hs @@ -146,6 +146,7 @@ trt trm = case trm of T _ cc -> P.ETable (map trCase cc) V ty cc -> P.EVTable (trt ty) (map trt cc) + Typed tr ty -> P.ETyped (trt tr) (trt ty) Table x v -> P.ETType (trt x) (trt v) S f x -> P.ESelect (trt f) (trt x) Let (x,(ma,b)) t -> -- cgit v1.2.3