package streamable

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

Source file clause.ml

1
2
3
4
5
6
7
8
9
10
11
open! Base
open! Import

module Match = struct
  type t =
    { children      : Type.t               list
    ; apply_functor : Ctx.t -> module_expr list -> module_expr
    }
end

type t = Type.t -> Ctx.t -> Match.t option
OCaml

Innovation. Community. Security.