Import hs-plugins cvs
This commit is contained in:
3
examples/printf/should_fail_000/Main.hs
Normal file
3
examples/printf/should_fail_000/Main.hs
Normal file
@ -0,0 +1,3 @@
|
||||
import Printf
|
||||
|
||||
main = printf "%x\n" $> "badstring" ! []
|
2
examples/printf/should_fail_000/Makefile
Normal file
2
examples/printf/should_fail_000/Makefile
Normal file
@ -0,0 +1,2 @@
|
||||
TOP=../../..
|
||||
include ../../eval.mk
|
3
examples/printf/should_fail_000/expected
Normal file
3
examples/printf/should_fail_000/expected
Normal file
@ -0,0 +1,3 @@
|
||||
|
||||
Fail: Type error in dynamic application.
|
||||
Can't apply function <Int -> [Char]> to argument <[Char]>
|
2
examples/printf/should_fail_000/expected.604
Normal file
2
examples/printf/should_fail_000/expected.604
Normal file
@ -0,0 +1,2 @@
|
||||
a.out: Type error in dynamic application.
|
||||
Can't apply function <Int -> [Char]> to argument <[Char]>
|
Reference in New Issue
Block a user