flowlog-build 0.2.3

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). }