mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-08 04:05:43 -05:00
post-rebase fix
This commit is contained in:
parent
6a9dbb8440
commit
899ea67188
1 changed files with 1 additions and 1 deletions
|
|
@ -630,7 +630,7 @@ module type SOLVER_INTERNAL = sig
|
||||||
and if [t] is [app "+" (const x) (const y)] where [x] and [y] are number,
|
and if [t] is [app "+" (const x) (const y)] where [x] and [y] are number,
|
||||||
returns [Some (const (x+y))], and [None] otherwise. *)
|
returns [Some (const (x+y))], and [None] otherwise. *)
|
||||||
|
|
||||||
val normalize : t -> term -> term
|
val normalize : t -> term -> (term * P.t) option
|
||||||
(** Normalize a term using all the hooks. This performs
|
(** Normalize a term using all the hooks. This performs
|
||||||
a fixpoint, i.e. it only stops when no hook applies anywhere inside
|
a fixpoint, i.e. it only stops when no hook applies anywhere inside
|
||||||
the term. *)
|
the term. *)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue