Skip to content
Snippets Groups Projects
Commit c38807c4 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1999-06-23 10:42:07 by simonmar]

Test for pattern type signatures.
parent 98d5ffd5
No related merge requests found
......@@ -8,5 +8,6 @@ read004_HC_OPTS = -fno-implicit-prelude
read012_HC_OPTS += -O -funfold-casms-in-hi-file -fglasgow-exts -ohi T1.hi
read013_HC_OPTS += -O -funfold-casms-in-hi-file -fglasgow-exts
read014_HC_OPTS += -Wall
read022_HC_OPTS = -fglasgow-exts
include $(TOP)/mk/target.mk
module ShouldCompile where
f (x :: Int) = x + 1
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