Zonk metas in functions, optional type signature on ptype
This commit is contained in:
@@ -35,7 +35,7 @@ dumpContext top = do
|
||||
where
|
||||
go : List TopEntry -> M ()
|
||||
go [] = pure ()
|
||||
go (x :: xs) = go xs >> putStrLn " \{show x}"
|
||||
go (x :: xs) = putStrLn " \{show x}" >> go xs
|
||||
|
||||
dumpSource : M ()
|
||||
dumpSource = do
|
||||
|
||||
Reference in New Issue
Block a user