6 lines
67 B
Haskell
6 lines
67 B
Haskell
|
|
||
|
module API where
|
||
|
|
||
|
newtype Interface = Interface { field :: Int }
|
||
|
|