We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
through typeCheckTerm
plutus --stdin --debug
optAstT
plutus -v -O1 -x pir ex3.pir ex1.pir --whole-opt [--stdout]
plutus ex5_typed.uplc --run
plutus -v ex1.pir -x tplc --stdout --run
plutus -v ex1.pir -x tplc --run
plutus ex2.tplc ex1.pir -x tplc --stdout --run
plutus ex2.tplc ex1.tplc -x tplc --whole-opt --run
plutus -O1 ex6.tplc -x uplc --stdout
plutus ex2.pir-flat -p classic -x tplc -n debruijn --stdout
The text was updated successfully, but these errors were encountered:
bezirg
No branches or pull requests
through typeCheckTerm
plutus --stdin --debug
, because stdin stays open and that breaks brickoptAstT
laziness error inplutus -v -O1 -x pir ex3.pir ex1.pir --whole-opt [--stdout]
plutus ex5_typed.uplc --run
(Error from the PLC compiler Variable 5 defined at () is redefined at ())plutus -v ex1.pir -x tplc --stdout --run
vsplutus -v ex1.pir -x tplc --run
plutus ex2.tplc ex1.pir -x tplc --stdout --run
plutus ex2.tplc ex1.tplc -x tplc --whole-opt --run
plutus -O1 ex6.tplc -x uplc --stdout
plutus ex2.pir-flat -p classic -x tplc -n debruijn --stdout
The text was updated successfully, but these errors were encountered: