mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 02:32:50 -06:00
bug fixes in parsing etc; improved ImperC
This commit is contained in:
@@ -309,6 +309,11 @@ inferLType gr trm = case trm of
|
||||
|
||||
Vr ident -> termWith trm $ checkLookup ident
|
||||
|
||||
Typed e t -> do
|
||||
t' <- comp t
|
||||
check e t'
|
||||
return (e,t')
|
||||
|
||||
App f a -> do
|
||||
(f',fty) <- infer f
|
||||
fty' <- comp fty
|
||||
|
||||
Reference in New Issue
Block a user