Skip to content

Commit

Permalink
Error message wibbles
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Peyton Jones committed Nov 28, 2013
1 parent 14958ae commit e00c604
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion tests/ghci.debugger/scripts/break012.stdout
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ b :: a2 -> a2
c :: ()
d :: a -> a -> a
a = (_t1::t)
b = (_t2::forall a2. a2 -> a2)
b = (_t2::a2 -> a2)
c = (_t3::())
d = (_t4::a -> a -> a)
12 changes: 6 additions & 6 deletions tests/ghci.debugger/scripts/print027.stdout
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
+ = (_t1::forall a. Num a => a -> a -> a)
print = (_t2::forall a. Show a => a -> IO ())
log = (_t3::forall a. Floating a => a -> a)
head = (_t4::forall a. [a] -> a)
tail = (_t5::forall a. [a] -> [a])
fst = (_t6::forall a b. (a, b) -> a)
+ = (_t1::Num a => a -> a -> a)
print = (_t2::Show a1 => a1 -> IO ())
log = (_t3::Floating a2 => a2 -> a2)
head = (_t4::[a3] -> a3)
tail = (_t5::[a4] -> [a4])
fst = (_t6::(a5, b) -> a5)
2 changes: 1 addition & 1 deletion tests/ghci.debugger/scripts/print033.stdout
Original file line number Diff line number Diff line change
@@ -1 +1 @@
u = (_t1::forall s a. ST s (forall s'. ST s' a))
u = (_t1::ST s (forall s'. ST s' a))

0 comments on commit e00c604

Please sign in to comment.