package core_extended

  1. Overview
  2. Docs
Extra components that are not as closely vetted or as stable as Core

Install

dune-project
 Dependency

Authors

Maintainers

Sources

core_extended-v0.14.0.tar.gz
sha256=a7bf672f617891b10e405f1edb1c2ddc1db9e5b3169bd278bbb75b84d57d23ce
md5=00eb9b3ed6b0b02f74a2cf01e4d5827f

doc/src/core_extended.delimited_kernel/header.ml.html

Source file header.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
open! Core_kernel

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.