lsp-docs 0.1.1

Static structured documentation for the Axon language, embedded at compile time. Consumed by axon-lsp's hover and completion resolvers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
---
name: Bool
kind: type
since: 0.1
stability: stable
---

Boolean: `true` or `false`.

The canonical carrier for binary decisions, feature flags, and
`enabled: Bool`-style fields. There is no implicit conversion to or
from `Integer` or `String`; explicit refinement is required.