package libsail

  1. Overview
  2. Docs

Parameters

module C : Config

Signature

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