Skip to content
Snippets Groups Projects
Verified Commit 2245a4e4 authored by Leonid Vasilev's avatar Leonid Vasilev :heart_eyes_cat:
Browse files

[#1711] Support singleton types

Problem: in LIGO some builtin types have a singleton type marker
(for e.g. `sapling_state` and `sapling_transaction`). However, in
`ligo-squirrel` in `Cli.Json` they are not supported. In the variables
pane they'll look like `(* unsupported type Singleton *)`.

Solution: copypaste `literal_value` from LIGO compiler into `Cli.Json`
and add a conversion of `LigoTypeLiteralValue` to `LIGO Info`.
parent bf607951
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment