Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type operator = string * Alba_core.Operator.t
and t0 =
| Proposition
| Any
| Identifier of string
| Number of string
| Char of int
| String of string
| Operator of operator
| Typed of t * t
| Application of t * (t * argument_type) list
| Function of formal_argument list * t option * t
| Product of formal_argument list * t
| Where of t * definition list
and definition = string Located.t * formal_argument list * t option * t
val find_unused_local : t -> definition list -> string Located.t option