Module Typing.Error

Error is the error module for the typing module

exception InvalidType of Ast.Ast.pos * string
val invalid_type : Ast.Ast.pos -> string -> 'a