Update documentation

This commit is contained in:
Gabriel Gonzalez 2016-10-16 08:24:30 -07:00
parent ac49ae5fcc
commit dc3b0fcf66

View File

@ -265,7 +265,7 @@ data Expr a
| Absurd
-- | > Field e x ~ e.x
| Field (Expr a) Text
-- | > Embed path ~ #path
-- | > Embed path ~ path
| Embed a
deriving (Functor, Foldable, Traversable, Show)