git.haskell.org
/
ghc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Testsuite: tabs -> spaces [skip ci]
[ghc.git]
/
testsuite
/
tests
/
patsyn
/
should_fail
/
unboxed-bind.stderr
1
2
unboxed-bind.hs:10:11:
3
Pattern bindings containing unlifted types should use an outermost bang pattern:
4
P arg = x
5
In the expression: let P arg = x in arg
6
In an equation for âfâ: f x = let P arg = x in arg