Skip to content

Commit

Permalink
Dune fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
filipeom committed Jul 25, 2024
1 parent e2d8fec commit dbf905b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/ty.mli
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,15 @@ val pp_logic : Fmt.formatter -> logic -> unit
val compare : t -> t -> int

val unop_equal : unop -> unop -> bool

val binop_equal : binop -> binop -> bool

val relop_equal : relop -> relop -> bool

val triop_equal : triop -> triop -> bool

val cvtop_equal : cvtop -> cvtop -> bool

val naryop_equal : naryop -> naryop -> bool

val equal : t -> t -> bool
Expand Down

0 comments on commit dbf905b

Please sign in to comment.