Update examples
This commit is contained in:
8
testsuite/pdynload/should_fail1/api/API.hs
Normal file
8
testsuite/pdynload/should_fail1/api/API.hs
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
module API where
|
||||
|
||||
newtype Interface = I Int
|
||||
|
||||
rsrc :: Interface
|
||||
rsrc = I 1
|
||||
|
Reference in New Issue
Block a user