Kxclib.Functionalsf dig the second argument of f to be the first. aka flip
f dig the third argument of f to be the first
x f fix the first argument to f as x, but still accept (and ignore) the fixed argument
reptill judge f x evaluates f x repeatedly till judge (f x) holds.
dotill judge f x applies f to x repeatedly till judge x holds.
fixpoint f try to resolve the fixpoint of f. maxn, an optional argument, limits the number of iterations to find the fix point.
module BasicInfix : sig ... endmodule CommonTypes : sig ... endmodule Infix = BasicInfix