diff options
Diffstat (limited to 'src/GF/Grammar/Macros.hs')
| -rw-r--r-- | src/GF/Grammar/Macros.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GF/Grammar/Macros.hs b/src/GF/Grammar/Macros.hs index 6749f1bc9..72f0eb10a 100644 --- a/src/GF/Grammar/Macros.hs +++ b/src/GF/Grammar/Macros.hs @@ -276,8 +276,8 @@ mkCTable :: [Ident] -> Term -> Term mkCTable ids v = foldr ccase v ids where ccase x t = T TRaw [(PV x,t)] -mkDecl :: Term -> Decl -mkDecl typ = (identW, typ) +mkHypo :: Term -> Hypo +mkHypo typ = (identW, typ) eqStrIdent :: Ident -> Ident -> Bool eqStrIdent = (==) |
