Skip to content

Commit

Permalink
[ fix ] Make Agda compile again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesper Cockx committed Oct 14, 2015
1 parent 17ec6dd commit 36a00ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/full/Agda/TypeChecking/Rewriting/NonLinMatch.hs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ tellSub i v = do
tellEq :: Int -> Term -> Term -> NLM ()
tellEq k u v =
traceSDocNLM "rewriting" 60 (sep
[ text "adding equality between" <+> prettyTCM u <+> "(printed in wrong context)"
[ text "adding equality between" <+> prettyTCM u <+> text "(printed in wrong context)"
, text " and " <+> prettyTCM v
, text ("(with " ++ show k ++ " free variables)") ]) $ do
modify $ second $ (PostponedEquation k u v:)
Expand Down

0 comments on commit 36a00ac

Please sign in to comment.