flowlog-build 0.3.2

Build-time FlowLog compiler for library mode.
Documentation
1
2
3
.decl edge(x: number, y: number)
.output edge
fixpoint { edge(X, Y) :- edge(X, Y). }