aiken/book/src/SUMMARY.md

32 lines
1.1 KiB
Markdown

# Summary
- [Introduction](./introduction.md)
- [Getting Started](./getting-started.md)
- [Language Tour](./language-tour.md)
- [Comments](./language-tour/comments.md)
- [String](./language-tour/string.md)
- [Bool](./language-tour/bool.md)
- [Int](./language-tour/int.md)
- [ByteArray](./language-tour/bytearray.md)
- [Data](./language-tour/data.md)
- [Option](./language-tour/option.md)
- [Variables](./language-tour/variables.md)
- [Blocks](./language-tour/blocks.md)
- [List](./language-tour/list.md)
- [Tuple](./language-tour/tuple.md)
- [Custom types](./language-tour/custom-types.md)
- [Type aliases](./language-tour/type-aliases.md)
- [Matching](./language-tour/matching.md)
- [Functions](./language-tour/functions.md)
- [Assert](./language-tour/assert.md)
- [Check](./language-tour/check.md)
- [Todo](./language-tour/todo.md)
- [Modules](./language-tour/modules.md)
- [Constants](./language-tour/constants.md)
- [Untyped Plutus Core](./uplc.md)
- [Syntax](./uplc/syntax.md)
- [Command-line utilities](./uplc/cli.md)
- [Builtins](./uplc/builtins.md)
- [Comparisons](./comparisons.md)
- [Resources](./resources.md)