mirror of
https://github.com/tweag/nickel.git
synced 2024-11-20 20:52:14 +03:00
030c71eed7
Rename the builtin `Num` and `Str` types to `Number` and `String`, and use long names on a number of related functions and stdlib modules for consistency. This is a breaking syntax change. |
||
---|---|---|
.. | ||
type-system | ||
README.md |
Nickel Language Specification
This directory hosts the specifications of different parts of the Nickel core language. It is currently limited to ongoing work on the type system and the typechecking algorithm, but is intended to eventually cover syntax as well as the operational semantics of Nickel. As opposed to RFCs or other kind of technical documentation, specifications don't include motivation or justification, but are extensive and usually formal descriptions of the current model of the language.