examples
Copyright© Frank Jung 2026
LicenseGPL-3.0-only
Safe HaskellSafe-Inferred
LanguageHaskell2010

Recursion

Description

This is a simple example of recursion in Haskell. This uses Foldable functions.

Synopsis

Documentation

snake2camel :: String -> String Source #

Convert snake_case to camelCase.