mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-23 19:54:50 +03:00
[ error message ] include space in missing methods error
This commit is contained in:
parent
60d597fccd
commit
af871967ef
@ -205,7 +205,7 @@ elabImplementation {vars} ifc vis opts_in pass env nest is cons iname ps named i
|
||||
log "elab.implementation" 5 $ "Missing methods: " ++ show missing
|
||||
when (not (isNil missing)) $
|
||||
throw (GenericMsg ifc ("Missing methods in " ++ show iname ++ ": "
|
||||
++ showSep "," (map show missing)))
|
||||
++ showSep ", " (map show missing)))
|
||||
|
||||
-- Add the 'using' hints
|
||||
defs <- get Ctxt
|
||||
|
Loading…
Reference in New Issue
Block a user