Skip to content

Commit

Permalink
wi-
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana committed May 10, 2024
1 parent 4012a39 commit eadf645
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions plutus-metatheory/src/Builtin.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,22 +184,22 @@ hence need to be embedded into `n⋆ / n♯ ⊢⋆` using the postfix constructo
list : ∀{n⋆ n♯} → n♯ ⊢♯ → n⋆ / n♯ ⊢⋆
list a = (blist a) ↑
```
```

###Operators for constructing signatures

The following operators are used to express signatures in a familiar way,
but ultimately, they construct a Sig
### Operators for constructing signatures

An expression
n⋆×n♯ [ t₁ , t₂ , t₃ ]⟶ tᵣ

is actually parsed as
(((n⋆×n♯ [ t₁) , t₂) , t₃) ]⟶ tᵣ

and constructs a signature
The following operators are used to express signatures in a familiar way,
but ultimately, they construct a Sig

An expression
n⋆×n♯ [ t₁ , t₂ , t₃ ]⟶ tᵣ

is actually parsed as
(((n⋆×n♯ [ t₁) , t₂) , t₃) ]⟶ tᵣ

and constructs a signature

sig n⋆ n♯ (t₃ ∷ t₂ ∷ t₁) tᵣ
sig n⋆ n♯ (t₃ ∷ t₂ ∷ t₁) tᵣ

```
ArgSet : Set
Expand Down

0 comments on commit eadf645

Please sign in to comment.