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