mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
Drop unused unique::result_type function
This commit is contained in:
parent
24ff91b45a
commit
75d46053ec
1 changed files with 0 additions and 11 deletions
|
@ -934,17 +934,6 @@ fn num_type(u: VarId, a: VarId) -> SolvedType {
|
|||
)
|
||||
}
|
||||
|
||||
#[inline(always)]
|
||||
fn result_type(u: VarId, a: SolvedType, e: SolvedType) -> SolvedType {
|
||||
SolvedType::Apply(
|
||||
Symbol::ATTR_ATTR,
|
||||
vec![
|
||||
flex(u),
|
||||
SolvedType::Apply(Symbol::RESULT_RESULT, vec![a, e]),
|
||||
],
|
||||
)
|
||||
}
|
||||
|
||||
#[inline(always)]
|
||||
fn list_type(u: VarId, a: VarId) -> SolvedType {
|
||||
SolvedType::Apply(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue