mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-18 17:29:32 -06:00
commands "create fun" & "drop fun" in the shell
This commit is contained in:
@@ -405,7 +405,7 @@ inferExpr p e =
|
||||
-- | Check whether a type is consistent with the abstract
|
||||
-- syntax of the grammar.
|
||||
checkType :: PGF -> Type -> Either String Type
|
||||
checkType = error "TODO: checkType"
|
||||
checkType pgf ty = Right ty
|
||||
|
||||
compute :: PGF -> Expr -> Expr
|
||||
compute = error "TODO: compute"
|
||||
|
||||
Reference in New Issue
Block a user