| Copyright | © Frank Jung 2026 |
|---|---|
| License | GPL-3.0-only |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Recursion
Description
This is a simple example of recursion in Haskell. This uses
Foldable functions.
Synopsis
- snake2camel :: String -> String
Documentation
snake2camel :: String -> String Source #
Convert snake_case to camelCase.