mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
drop final suffixes
This commit is contained in:
parent
828483393a
commit
38d3d3169a
6 changed files with 40 additions and 42 deletions
|
@ -16,7 +16,7 @@ pub struct SolvedModule {
|
|||
pub problems: Vec<solve::TypeError>,
|
||||
}
|
||||
|
||||
pub fn run_solve_soa(
|
||||
pub fn run_solve(
|
||||
constraints: &Constraints,
|
||||
constraint: ConstraintSoa,
|
||||
rigid_variables: MutMap<Variable, Lowercase>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue