package core_extended

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

Source file header.ml

1
2
3
4
5
6
7
8
9
10
11
12
open Core

type t =
  [ `No
  | `Yes
  | `Require of string list
  | `Replace of string list
  | `Add of string list
  | `Transform of (string list -> string list[@sexp.opaque])
  | `Filter_map of (string list -> string option list[@sexp.opaque])
  ]
[@@deriving sexp_of]
OCaml

Innovation. Community. Security.