Skip to content

Commit

Permalink
feat(bls): pretty print mlresult type
Browse files Browse the repository at this point in the history
  • Loading branch information
rvcas committed Nov 5, 2023
1 parent 3223af6 commit dc62ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/uplc/src/pretty.rs
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ impl Type {
Type::Data => RcDoc::text("data"),
Type::Bls12_381G1Element => RcDoc::text("bls12_381_G1_element"),
Type::Bls12_381G2Element => RcDoc::text("bls12_381_G1_element"),
Type::Bls12_381MlResult => todo!(),
Type::Bls12_381MlResult => RcDoc::text("bls12_381_mlresult"),
}
}
}
Expand Down

0 comments on commit dc62ca4

Please sign in to comment.