summaryrefslogtreecommitdiff
path: root/Foundation.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Foundation.hs')
-rw-r--r--Foundation.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Foundation.hs b/Foundation.hs
index 22e5d49..7c44498 100644
--- a/Foundation.hs
+++ b/Foundation.hs
@@ -39,7 +39,7 @@ data MenuItem = MenuItem
39mkYesodData "App" $(parseRoutesFile "config/routes") 39mkYesodData "App" $(parseRoutesFile "config/routes")
40 40
41-- | A convenient synonym for creating forms. 41-- | A convenient synonym for creating forms.
42type Form x = Html -> MForm (HandlerT App IO) (FormResult x, Widget) 42type Form x = Html -> MForm (HandlerFor App) (FormResult x, Widget)
43 43
44-- Please see the documentation for the Yesod typeclass. There are a number 44-- Please see the documentation for the Yesod typeclass. There are a number
45-- of settings which can be configured by overriding methods here. 45-- of settings which can be configured by overriding methods here.