10 lines
127 B
Haskell
10 lines
127 B
Haskell
|
|
module API where
|
|
|
|
-- data Interface = Interface { field :: Int }
|
|
|
|
-- newtype Interface = Interface Int
|
|
|
|
type Interface = Int
|
|
|