packages feed

digestive-functors 0.5.0.1 → 0.5.0.2

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

digestive-functors.cabal view
@@ -1,5 +1,5 @@ Name:     digestive-functors-Version:  0.5.0.1+Version:  0.5.0.2 Synopsis: A practical formlet library  Description:
src/Text/Digestive/Field.hs view
@@ -26,7 +26,7 @@ data Field v a where     Singleton :: a -> Field v a     Text      :: Text -> Field v Text-    -- | A list of identifier, value, view. Then we have the default index in+    -- A list of identifier, value, view. Then we have the default index in     -- the list. The return value has the actual value as well as the index in     -- the list.     Choice    :: [(Text, (a, v))] -> Int -> Field v (a, Int)