fix
Sum.Make
bit_lib
front
kernel
lrgrep.internal
lrgrep.interpreter
lrgrep.runtime
lrijkstra_utils
support
syntax
utils
valmari
module L : CARDINAL
module R : CARDINAL
type nonrec n = (L.n, R.n) n
include CARDINAL with type n := n
val n : n cardinal
val inj_l : L.n index -> n index
val inj_r : R.n index -> n index
val prj : n index -> (L.n index, R.n index) either