package catala

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

Helper functions common to all Catala compiler backends

val to_ascii : string -> string

Removes all non-ASCII diacritics from a string by converting them to their base letter in the Latin alphabet

val to_lowercase : string -> string

Converts CamlCase into snake_case

val to_uppercase : string -> string

Convertes snake_case into CamlCase