Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisthire committed Sep 12, 2018
1 parent 4291daa commit 8959ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/reduction.mli
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ val default_reduction : red_target -> Signature.t -> term -> term
exception NotConvertible

val conversion_step : term * term -> (term * term) list -> (term * term) list
(** [conversion_step (l,r) lst] returns a list [lst'] containing new conversion obligations.
(** [conversion_step (l,r) lst] returns a list [lst'] containing new convertibility obligations.
Raise [NotConvertible] if the two terms cannot be convertible. *)

val are_convertible : Signature.t -> term -> term -> bool
Expand Down

0 comments on commit 8959ada

Please sign in to comment.