Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Oct 23, 2023
1 parent bdcc5a0 commit 6311e2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/API.ml
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ end

module State = struct
include ED.State
let empty_descriptor = ED.State.new_descriptor
let new_state_descriptor = ED.State.new_descriptor

(* From now on, we pretend there is no difference between terms at
compilation time and terms at execution time (in the API) *)
Expand Down
2 changes: 1 addition & 1 deletion src/API.mli
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ end
need to use. *)
module State : sig

val empty_descriptor : unit -> Setup.state_descriptor
val new_state_descriptor : unit -> Setup.state_descriptor

(** 'a MUST be purely functional, i.e. backtracking is implemented by using
* an old binding for 'a.
Expand Down

0 comments on commit 6311e2a

Please sign in to comment.