package comby-kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = name:string -> filepath:string -> line:int -> column:int -> string option
module type S = sig ... end
val default_external : name:string -> filepath:string -> line:int -> column:int -> string option
val default : (module Matchers__.Types.External.S)
module Default : sig ... end