mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
remove single entrypoint
This commit is contained in:
parent
3c232446d9
commit
5b8b781bad
4 changed files with 5 additions and 37 deletions
|
@ -139,8 +139,7 @@ pub struct SingleEntryPoint<'a> {
|
|||
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
pub enum EntryPoint<'a> {
|
||||
Single(SingleEntryPoint<'a>),
|
||||
Multiple(&'a [SingleEntryPoint<'a>]),
|
||||
Program(&'a [SingleEntryPoint<'a>]),
|
||||
Expects { symbols: &'a [Symbol] },
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue