[][src]Macro mini_kanren::db_rel

macro_rules! db_rel {
    ($($rel:ident($($args:ident),*));* $(;)?) => { ... };
}

Defines a database relation.

The macro produces a goal-generating function, which can be used to query the database.