package libsail

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Scattered.PCSource

Sourceval is_complete_wildcarded : ?keyword:string -> Parse_ast.l -> Libsail__Pattern_completeness.ctx -> PC_config.t Ast.pexp list -> Ast.typ -> PC_config.t Ast.pexp list option
Sourceval is_complete_funcls_wildcarded : ?keyword:string -> Parse_ast.l -> Libsail__Pattern_completeness.ctx -> PC_config.t Ast.funcl list -> Ast.typ -> PC_config.t Ast.funcl list option
Sourceval is_complete : ?keyword:string -> Parse_ast.l -> Libsail__Pattern_completeness.ctx -> PC_config.t Ast.pexp list -> Ast.typ -> bool