Skip to content

Commit

Permalink
Fix formatting for a few comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hirrolot committed Dec 25, 2024
1 parent 9801ab7 commit 706d296
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/mechanics/postprocessor.ml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ let symbol = Symbol.of_string
(* TODO: handle other types of restrictions as well. *)
type restriction = NotEqual of Raw_term.t

(* We propagate negative information about primitives at residualization-time.
During driving, we only propagate positive information. *)
(* We propagate negative information about primitives at residualization-time. During
driving, we only propagate positive information. *)
let propagate_restrictions : env:restriction Symbol_map.t -> Raw_term.t -> Raw_term.t =
let open Raw_term in
let is_conflict ~env = function
Expand Down Expand Up @@ -62,8 +62,8 @@ let propagate_restrictions : env:restriction Symbol_map.t -> Raw_term.t -> Raw_t
go
;;

(* Generate proper symbols (i.e., without a leading dot), recovering as much
original program symbols as possible. *)
(* Generate proper symbols (i.e., without a leading dot), recovering as much original
program symbols as possible. *)
let rename ~gensym ~fresh_to_source_vars : env:Renaming.t -> Raw_term.t -> Raw_term.t =
let open Raw_term in
let rec go ~env = function
Expand Down

0 comments on commit 706d296

Please sign in to comment.