| Maintainer | Toshio Ito <debug.ito@gmail.com> |
|---|---|
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Data.Greskell.Binder
Description
Types
A Monad that manages binding variables and labels to values.
Actions
Create a new Gremlin variable bound to the given value.
The value v is kept in the monadic context. The returned
Greskell is a Gremlin variable pointing to the v. The Gremlin
variable is guaranteed to be unique in the current monadic context.
newAsLabel :: Binder (AsLabel a) Source #