Skip to content

Commit

Permalink
[ treeless ] ghc < 7.10 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
UlfNorell committed Nov 6, 2015
1 parent 9f63c17 commit ec450d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/full/Agda/Compiler/Treeless/Uncase.hs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Agda.TypeChecking.Substitute
import Agda.Compiler.Treeless.Subst

caseToSeq :: Monad m => TTerm -> m TTerm
caseToSeq t = pure $ uncase t
caseToSeq t = return $ uncase t

uncase :: TTerm -> TTerm
uncase t = case t of
Expand Down

0 comments on commit ec450d8

Please sign in to comment.