Skip to content
Snippets Groups Projects
Commit 03e368e2 authored by Austin Seipp's avatar Austin Seipp
Browse files

Fix T7438 output

parent 161c73d5
No related merge requests found
......@@ -4,7 +4,7 @@ T7438.hs:6:14:
‘t’ is untouchable
inside the constraints (t2 ~ t3)
bound by a pattern with constructor
Nil :: forall (a :: k). Thrist a a,
Nil :: forall (k :: BOX) (a :: k). Thrist a a,
in an equation for ‘go’
at T7438.hs:6:4-6
‘t’ is a rigid type variable bound by
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment