aiken-lang 1.1.23

Cardano smart contract language and toolchain
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
source: crates/aiken-lang/src/parser/pattern/mod.rs
description: "Code:\n\nPair(_, _)"
---
Pair {
    location: 0..10,
    fst: Discard {
        name: "_",
        location: 5..6,
    },
    snd: Discard {
        name: "_",
        location: 8..9,
    },
}