feat(bls): pretty print mlresult type
This commit is contained in:
parent
318ae6aad4
commit
cdcd8172e6
|
@ -371,7 +371,7 @@ impl Type {
|
||||||
Type::Data => RcDoc::text("data"),
|
Type::Data => RcDoc::text("data"),
|
||||||
Type::Bls12_381G1Element => RcDoc::text("bls12_381_G1_element"),
|
Type::Bls12_381G1Element => RcDoc::text("bls12_381_G1_element"),
|
||||||
Type::Bls12_381G2Element => 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"),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue