aiken-lang 1.0.24-alpha

The Aiken compiler
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
source: crates/aiken-lang/src/parser/pattern/constructor.rs
description: "Code:\n\nTrue"
---
Constructor {
    is_record: false,
    location: 0..4,
    name: "True",
    arguments: [],
    module: None,
    constructor: (),
    with_spread: false,
    tipo: (),
}