6 lines
91 B
Haskell
6 lines
91 B
Haskell
module Plugin where
|
|
|
|
import API
|
|
|
|
resource = plugin { function = (+) :: Int -> Int -> Int }
|