6 lines
52 B
Haskell
6 lines
52 B
Haskell
|
|
module API where
|
|
|
|
data Num t => Interface t = D t
|
|
|
|
|
module API where
|
|
|
|
data Num t => Interface t = D t
|
|
|