6 lines
52 B
Haskell
6 lines
52 B
Haskell
|
module Plugin where
|
||
|
|
||
|
data I = I Int
|
||
|
|
||
|
resource = I 1
|