package liquid_std

  1. Overview
  2. Docs

Module Liquid_std.HelpersSource

Sourceval fi : Base.Float.t -> int
Sourceval identity : 'a -> 'b Base.List.t -> 'b
Sourceval errc : string -> Liquid_syntax.Syntax.value Base.List.t -> ('a, string) Base.result
Sourceval ok : 'a -> ('a, 'b) Base.result
Sourcetype whitespace_remover =
  1. | Beginning
  2. | End
  3. | Both
Sourceval remove_whitespace : whitespace_remover -> string -> string
Sourcetype weight_units =
  1. | Grams
  2. | Kilograms
  3. | Pounds
  4. | Ounces
Sourceval weight_unit_as_string : weight_units -> string
Sourceval parse_weight_unit : string -> weight_units
Sourceval format_thousands_int : Base.Int.t -> Base.String.t
Sourceval format_thousands_float : Base.Float.t -> Base.String.t
Sourceval format_money_number : Base.Float.t -> Base.String.t