feat(bls): pretty print mlresult type
This commit is contained in:
@@ -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"),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user