diff options
| author | aarne <aarne@cs.chalmers.se> | 2007-10-09 12:51:09 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2007-10-09 12:51:09 +0000 |
| commit | f93c17c7b1884fc495092f592e34c706751eb49e (patch) | |
| tree | db0016715965e24b54314292f26b5eb5acf362b5 /src/GF/GFCC | |
| parent | 38a517aafa380a58e5398b71904b054ddefa4555 (diff) | |
GFCCtoJS in Devel
Diffstat (limited to 'src/GF/GFCC')
| -rw-r--r-- | src/GF/GFCC/Macros.hs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/GF/GFCC/Macros.hs b/src/GF/GFCC/Macros.hs index a44250e98..f75941f53 100644 --- a/src/GF/GFCC/Macros.hs +++ b/src/GF/GFCC/Macros.hs @@ -57,8 +57,11 @@ valCat :: Type -> CId valCat ty = case ty of DTyp _ val _ -> val +cid :: String -> CId +cid = CId + wildCId :: CId -wildCId = CId "_" +wildCId = cid "_" exp0 :: Exp exp0 = tree (AM 0) [] |
