diff --git a/dev/sidekick/Sidekick_core/Gensym/index.html b/dev/sidekick/Sidekick_core/Gensym/index.html index 801d871e..f388a636 100644 --- a/dev/sidekick/Sidekick_core/Gensym/index.html +++ b/dev/sidekick/Sidekick_core/Gensym/index.html @@ -1,2 +1,2 @@ -Gensym (sidekick.Sidekick_core.Gensym)

Module Sidekick_core.Gensym

Fresh symbol generation

type t

Fresh symbol generator.

The theory needs to be able to create new terms with fresh names, to be used as placeholders for complex formulas during Tseitin encoding.

New (stateful) generator instance.

val fresh_term : t -> pre:string -> ty -> term

Make a fresh term of the given type

\ No newline at end of file +Gensym (sidekick.Sidekick_core.Gensym)

Module Sidekick_core.Gensym

Fresh symbol generation

type t

Fresh symbol generator.

The theory needs to be able to create new terms with fresh names, to be used as placeholders for complex formulas during Tseitin encoding.

New (stateful) generator instance.

val fresh_term : ?opaque_to_cc:bool -> t -> pre:string -> ty -> term

Make a fresh term of the given type

\ No newline at end of file diff --git a/dev/sidekick/Sidekick_core_logic/Const/module-type-DYN_OPS/index.html b/dev/sidekick/Sidekick_core_logic/Const/module-type-DYN_OPS/index.html index 5047a3e9..5a7d6719 100644 --- a/dev/sidekick/Sidekick_core_logic/Const/module-type-DYN_OPS/index.html +++ b/dev/sidekick/Sidekick_core_logic/Const/module-type-DYN_OPS/index.html @@ -1,2 +1,2 @@ -DYN_OPS (sidekick.Sidekick_core_logic.Const.DYN_OPS)

Module type Const.DYN_OPS

val pp : view Sidekick_util.Fmt.printer
val equal : view -> view -> bool
val hash : view -> int
\ No newline at end of file +DYN_OPS (sidekick.Sidekick_core_logic.Const.DYN_OPS)

Module type Const.DYN_OPS

val pp : view Sidekick_util.Fmt.printer
val equal : view -> view -> bool
val hash : view -> int
val opaque_to_cc : view -> bool
\ No newline at end of file