mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
commit
2cc8e95198
22 changed files with 569 additions and 437 deletions
|
@ -108,7 +108,7 @@ pub struct EntryPoint<'a> {
|
|||
#[derive(Clone, Copy, Debug)]
|
||||
pub struct PartialProcId(usize);
|
||||
|
||||
#[derive(Clone, Debug, PartialEq)]
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct PartialProcs<'a> {
|
||||
/// maps a function name (symbol) to an index
|
||||
symbols: Vec<'a, Symbol>,
|
||||
|
@ -190,7 +190,7 @@ impl<'a> PartialProcs<'a> {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, PartialEq)]
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct PartialProc<'a> {
|
||||
pub annotation: Variable,
|
||||
pub pattern_symbols: &'a [Symbol],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue