Macro ukanren::state[][src]

macro_rules! state {
    () => { ... };
    ($($args : tt), + $(,) ?) => { ... };
}
Expand description

Convenience macro for making state objects using the ToValue trait.