Skip to content

Commit

Permalink
bool
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Feb 6, 2024
1 parent bbea9eb commit 6e3f702
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/concrete_ir/src/lowering.rs
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,7 @@ pub fn name_to_tykind(name: &str) -> TyKind {
"u8" => TyKind::Uint(UintTy::U8),
"f32" => TyKind::Float(FloatTy::F32),
"f64" => TyKind::Float(FloatTy::F64),
"bool" => TyKind::Bool,
"string" => TyKind::String,
_ => todo!(),
}
Expand Down

0 comments on commit 6e3f702

Please sign in to comment.