Move reporting module into root.

This commit is contained in:
Callum Dunster 2021-11-16 19:22:43 +01:00
parent 8f25106b2c
commit f972098e70
18 changed files with 35 additions and 35 deletions

View file

@ -0,0 +1,4 @@
pub mod canonicalize;
pub mod mono;
pub mod parse;
pub mod r#type;