Skip to content

Commit

Permalink
Fix issue with monadic
Browse files Browse the repository at this point in the history
Conflicts:
	digestive-functors/digestive-functors.cabal
  • Loading branch information
jaspervdj committed Jun 11, 2012
1 parent 27f84a6 commit 0af1d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digestive-functors/src/Text/Digestive/Form/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ eval' context method env form = case form of
x'' <- bindResult (return x') (f >=> return . ann path)
return (x'', inp)

Monadic x -> eval' path method env $ runIdentity x
Monadic x -> eval' context method env $ runIdentity x

where
path = context ++ maybeToList (getRef form)
Expand Down

0 comments on commit 0af1d12

Please sign in to comment.