forked from GitHub/gf-core
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