neat/Handler/Stock.hs

7 lines
120 B
Haskell
Raw Normal View History

2015-08-07 00:26:16 +00:00
module Handler.Stock where
import Import
getStockR :: Handler Html
getStockR = error "Not yet implemented: getStockR"