mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Remove obsolete parse::ast::TypedBody
This commit is contained in:
parent
c743d031ea
commit
3c39a331d7
4 changed files with 0 additions and 28 deletions
|
@ -1326,15 +1326,6 @@ fn to_pending_def<'a>(
|
|||
PendingDef::Body(loc_pattern, loc_can_pattern, loc_expr),
|
||||
)
|
||||
}
|
||||
TypedBody(loc_pattern, loc_ann, loc_expr) => pending_typed_body(
|
||||
env,
|
||||
loc_pattern,
|
||||
loc_ann,
|
||||
loc_expr,
|
||||
var_store,
|
||||
scope,
|
||||
pattern_type,
|
||||
),
|
||||
|
||||
Alias { name, vars, ann } => {
|
||||
let region = Region::span_across(&name.region, &ann.region);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue