package crs

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

Module Invalid_cr_parser.Invalid_crSource

Sourcetype t

A type to hold information extracted from an invalid CR. If the CR is "so" invalid that we don't even want to consider it as such, such t is never built (and the "not-a-CR" should simply be ignored then).

Getters

Note that because we are more permissive in what invalid headers are allowed to parse, most getters return untyped values (string). Not being able to validate a particular username for example (due to it containing an invalid character or something) could be a reason why the CR is invalid.

Sourceval contents : t -> Base.string Loc.Txt.t