6 lines
70 B
Haskell
6 lines
70 B
Haskell
|
module Plugin where
|
||
|
|
||
|
import API
|
||
|
|
||
|
resource = plugin { function = (+) }
|