We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff1b91 commit 9c819c1Copy full SHA for 9c819c1
src/typechecker.rs
@@ -22,7 +22,7 @@ use std::{
22
/// type has been properly resolved to something, or it corresponds to a Void type. If the
23
/// type has not been resolved yet, it can be unknown.
24
#[derive(Clone, PartialEq, Eq, Debug)]
25
-pub enum CheckedType {
+pub enum checkedType {
26
Resolved(TypeId),
27
// Should we remove this for Resolved(TypeId::void())?
28
Void,
0 commit comments