We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
caseJust
case_Just
1 parent 61a7d7b commit fc648e0Copy full SHA for fc648e0
CIP-0085/README.md
@@ -40,7 +40,7 @@ It's clear what to do for a Haskell value of one of the Plutus Core builtin type
40
41
For example:
42
- `1` lifts to `(con integer 1)` (easy enough)
43
-- `Just 1` lifts to `(delay (lam case_Nothing (lam case_Just [caseJust (con integer 1)])))` (much more complicated)
+- `Just 1` lifts to `(delay (lam case_Nothing (lam case_Just [case_Just (con integer 1)])))` (much more complicated)
44
45
This means that it's difficult to specify how to do lifting for structured data.
46
For example, if we want users (or the ledger!) to create Plutus Core terms representing structured data, it will be difficult to explain how to do it.
0 commit comments