Skip to content

Commit

Permalink
more stars
Browse files Browse the repository at this point in the history
  • Loading branch information
bclement-ocp committed Jul 22, 2024
1 parent 78dac20 commit dae4ac9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/lib/structures/expr.mli
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,9 @@ val real : string -> t
val bitv : string -> Ty.t -> t
val fresh_name : Ty.t -> t

(* Special names used for AC(X) abstraction.
These corresponds to the K sort in the AC(X) paper. *)
(** Special names used for AC(X) abstraction.
These corresponds to the K sort in the AC(X) paper. *)

val fresh_ac_name : Ty.t -> t
val is_fresh_ac_name : t -> bool

Expand Down

0 comments on commit dae4ac9

Please sign in to comment.