Move module name validation outside of type-checking
And disable it for documentation generation. This way, we can generate documentation for aiken/builtins and aiken (prelude)
This commit is contained in:
@@ -277,7 +277,7 @@ impl Annotated<Schema> {
|
||||
Ok(Annotated {
|
||||
title: Some("Tuple".to_owned()),
|
||||
description: None,
|
||||
annotated: Schema::Data(Some(Data::List(Items::Many(elems)))).into(),
|
||||
annotated: Schema::Data(Some(Data::List(Items::Many(elems)))),
|
||||
})
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user