Update examples
This commit is contained in:
8
testsuite/makewith/global_pragma/api/API.hs
Normal file
8
testsuite/makewith/global_pragma/api/API.hs
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
module API where
|
||||
|
||||
data Tiny = Tiny { field :: String }
|
||||
|
||||
tiny :: Tiny
|
||||
tiny = Tiny { field = "default value" }
|
||||
|
Reference in New Issue
Block a user