18 lines
254 B
Haskell
Raw Normal View History

2005-04-24 08:51:33 +00:00
module Plugin where
-- user doesn't import the API
-- and provides a polymorphic value
-- import API
-- resource :: Interface
--
-- should pass type check, and dump core
--
-- resource :: Num a => a
-- import API
resource :: Num a => a
resource = 7