mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-07 11:45:41 -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,
|
||||
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
|
||||
a fixpoint, i.e. it only stops when no hook applies anywhere inside
|
||||
the term. *)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue