Skip to content

Commit

Permalink
More poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevendeo committed Oct 16, 2023
1 parent 8a70cef commit 11b1d57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/frontend/typechecker.ml
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,6 @@ module Env = struct
| _ -> assert false

let add_fpa_builtins env =
(* let module FPAU = Fpa_rounding.AE in *)
let (->.) args result = { args; result } in
let int n = {
c = { tt_desc = TTconst (Tint n); tt_ty = Ty.Tint} ;
Expand Down

0 comments on commit 11b1d57

Please sign in to comment.