blob: 93aa55957cc4982134fd42978ee856eed5c03cdf (
plain)
1
2
3
4
5
6
|
(* Detection of partial matches and unused match cases. *)
open Typedtree
val check_partial: Location.t -> (pattern * expression) list -> unit
val check_unused: (pattern * expression) list -> unit
|