mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-27 21:42:50 -06:00
report type errors in the shell from command "p"
This commit is contained in:
@@ -49,7 +49,7 @@ convertFile conf src file = do
|
||||
[] -> return ()
|
||||
_ -> appv (" missing words: " ++ unwords ws)
|
||||
return ws
|
||||
TypeError _ _ ->
|
||||
TypeError _ ->
|
||||
return []
|
||||
ParseOk ts ->
|
||||
case rank ts of
|
||||
|
||||
Reference in New Issue
Block a user