mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-10 11:42:51 -06:00
forced checking def definitions; accept pgf with no concretes
This commit is contained in:
@@ -139,7 +139,8 @@ checkAbsInfo st m mo (c,info) = do
|
||||
md' <- case md of
|
||||
Yes d -> do
|
||||
let d' = elimTables d
|
||||
mkCheckWarn "definition of function" $ checkEquation st (m,c) d'
|
||||
---- mkCheckWarn "definition of function" $ checkEquation st (m,c) d'
|
||||
mkCheck "definition of function" $ checkEquation st (m,c) d'
|
||||
return $ Yes d'
|
||||
_ -> return md
|
||||
return $ (c,AbsFun (Yes typ) md')
|
||||
|
||||
Reference in New Issue
Block a user