9 lines
76 B
Haskell
9 lines
76 B
Haskell
|
|
||
|
module API where
|
||
|
|
||
|
newtype Interface = I Int
|
||
|
|
||
|
rsrc :: Interface
|
||
|
rsrc = I 1
|
||
|
|