fix issue in prettier

This commit is contained in:
2024-07-11 22:17:29 -07:00
parent a4d851b563
commit b37fa56c70
4 changed files with 33 additions and 14 deletions

View File

@@ -55,7 +55,6 @@ processDecl (TypeSig nm tm) = do
-- FIXME - this should be in another file
processDecl (Def nm raw) = do
let m : MonadError Error M := %search
putStrLn "def \{show nm}"
ctx <- get
let pos = case raw of