uplc print-builtin-signatures prints out a table of all of the builtins and their signatures. After some changes in the prettyprinter a while ago this was printing out things like
ifThenElse : [ forall a, bool, a-0, a-0 ] -> a-0
This PR jsut makes it use a vesion of the prettyprinter that gives
uplc print-builtin-signatures
prints out a table of all of the builtins and their signatures. After some changes in the prettyprinter a while ago this was printing out things likeThis PR jsut makes it use a vesion of the prettyprinter that gives
instead.