mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
Remove Blank, support Erroneous
This commit is contained in:
parent
ded3ba7f54
commit
10631d0dd0
4 changed files with 10 additions and 11 deletions
|
@ -15,8 +15,6 @@ pub enum Type {
|
|||
/// Applying a type to some arguments (e.g. Map.Map String Int)
|
||||
Apply(ModuleName, String, Vec<Type>),
|
||||
Variable(Variable),
|
||||
/// A Blank in the editor (a "typed hole" as they're also known)
|
||||
Blank,
|
||||
/// A type error, which will code gen to a runtime error
|
||||
Erroneous(Problem),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue