Esc
Start typing to search...

Language Reference

Complete reference documentation for the Keel programming language.

Syntax

TopicDescription
Lexical StructureTokens, keywords, operators
ExpressionsExpression syntax (coming soon)
DeclarationsFunctions, types, modules (coming soon)
PatternsPattern matching syntax (coming soon)

Type System

TopicDescription
TypesType syntax and semantics (coming soon)
Type ClassesConstraints and instances (coming soon)
Type InferenceHow types are inferred (coming soon)

Semantics

TopicDescription
EvaluationLazy evaluation model (coming soon)
EffectsSide effects and IO (coming soon)
MemoryMemory management (coming soon)