mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
Frac+Approx --> Float
This commit is contained in:
parent
695d1eb467
commit
04595a9e71
11 changed files with 112 additions and 207 deletions
|
@ -22,7 +22,7 @@ use types::Type::{self, *};
|
|||
type Env = ImMap<Symbol, Variable>;
|
||||
|
||||
pub fn solve(env: &Env, subs: &mut Subs, constraint: Constraint) {
|
||||
println!("\nSolving:\n\n\t{:?}\n\n", constraint);
|
||||
// println!("\nSolving:\n\n\t{:?}\n\n", constraint);
|
||||
match constraint {
|
||||
True => (),
|
||||
Eq(typ, expected_type, region) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue