package csvfields

  1. Overview
  2. Docs

Module Csv.SpecSource

Sourcetype t =
  1. | Leaf of string
  2. | Tree of string * t list
Sourceval depth : t list -> int
Sourceval header : t list -> string list list

A csv represention of a tree.

Sourceval matches : string list list -> t list -> bool
Sourceval check : csv:string list list -> header:t list -> f:(string list list -> 'a) -> 'a
OCaml

Innovation. Community. Security.