Skip to content
Cara
Getting started
Initializing search
GitHub
Home
Reference
Principles
Guides
Tutorials
Cara
GitHub
Home
Reference
Reference
Anonymous functions and holes
Tests
Numbers
Booleans
Characters and strings
Collections
Records
Tuples
Algebraic data types
Functions
Function overloading
Type classes
Type aliases
Type annotations
Standard library
Operators
Statements and blocks
Where
Maybe and Result
Pipelines
Dot chaining
Comments
If expressions
Case expressions and pattern matching
Pattern guards
Imports, exports and modules
GADTs
Principles
Principles
Zen of Cara
Functional programming
Immutability
Purity and effects
Build modules around data structures
Make impossible states impossible
Common patterns
Common patterns
map: Functor
andMap, map2: Applicative
orElse: Alternative
concat: Semigroup
empty: Monoid
andThen, flatMap: Monad
fold, reduce: Foldable
sequence, traverse: Traversable
Guides
Guides
Cara for Elm developers
Cara for Haskell developers
Cara for JS/Python/Kotlin developers
Working with ADTs
Testing
Performance and parallelism
Phantom types
Random data
Working with files
Tutorials
Tutorials
Getting started
Scripting with Cara
Getting started
¶
TODO
Back to top