Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
ASCII-based library for generating and querying source code of different programming languages and different domain specific languages.
module Casing : sig ... end
Convert Pascal case (ex. "JohnDoe"
) to and from other cases like Camel case (ex. "johnDoe"
) or Snake case (ex. "john_doe"
) or Kebab case (ex. "john-doe"
).