12345678910111213141516171819202122232425(* This file is free software, part of dolmen. See file "LICENSE" for more information *)(** Interfaces for Extensions *)moduletypeLogic=sigtypelocation(** The type of locations. *)typeterm(** The type of terms *)typestatement(** The type of statements *)moduleSmtlib2:sigvalstatement:string->(?loc:location->termlist->statement)option(** Called on statements of the form `(<id> <term>)` where `<id>` is
not the name of a statement in the official smtlib specification. *)endend