Update examples
This commit is contained in:
9
testsuite/unload/sjwtrap/api/API.hs
Normal file
9
testsuite/unload/sjwtrap/api/API.hs
Normal file
@ -0,0 +1,9 @@
|
||||
{-# OPTIONS -fglasgow-exts #-}
|
||||
|
||||
module API where
|
||||
|
||||
data Null = Null { a, b :: Int }
|
||||
|
||||
null :: Null
|
||||
null = Null { a = 42 , b = 1 }
|
||||
|
Reference in New Issue
Block a user