We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 630d227 commit c3ce9baCopy full SHA for c3ce9ba
llzk/src/dialect/felt/attrs.rs
@@ -8,33 +8,6 @@ use melior::{
8
};
9
use mlir_sys::MlirAttribute;
10
11
-//#[derive(Debug)]
12
-//pub enum Radix {
13
-// Base2,
14
-// Base8,
15
-// Base10,
16
-// Base16,
17
-// Base32,
18
-//}
19
-//
20
-//impl Default for Radix {
21
-// fn default() -> Self {
22
-// Self::Base10
23
-// }
24
25
26
-//impl From<Radix> for u8 {
27
-// fn from(value: Radix) -> Self {
28
-// match value {
29
-// Radix::Base2 => 2,
30
-// Radix::Base8 => 8,
31
-// Radix::Base10 => 10,
32
-// Radix::Base16 => 16,
33
-// Radix::Base32 => 32,
34
35
36
37
-
38
/// A constant finite field element.
39
pub struct FeltConstAttribute<'c> {
40
inner: Attribute<'c>,
0 commit comments