Make.ClauseA clause are expressions that allow us to deduce facts from other facts.
val is_ground_fact : t -> boolis_ground_fact clause returns true if the body of the clause is emtpy and the head is ground (see Atom.is_ground).
val parser : t Angstrom.tval pp : t Fmt.t