about summary refs log tree commit diff stats
path: root/modal/ocaml/examples/dynamic_rules.modal
blob: 7e17f76791ea9093468ceabbef5c3833f2e0fc61 (plain) (blame)
1
2
3
4
5
.. ((eq fox bat) (eq bat bat))
.. ((<>) (eq ?x ?x) (#t))
.. ((<>) (eq ?x ?y) (#f))
.. (>< (eq ?x ?y) (#f))