7 lines
56 B
Haskell
7 lines
56 B
Haskell
|
|
module API where
|
|
|
|
-- simple type
|
|
type Interface = Int
|
|
|