(module operator_unbound_check (fn main (doc "Pin fixture. After operator-routing-eq-ord, `(app == 5 5)` must fail typecheck with `unknown variable: ==` — the operator names are no longer in the language. Today this typechecks (== is polymorphic over Int) — RED-first.") (type (fn-type (params) (ret (own (con Unit))) (effects IO))) (params) (body (app print (app == 5 5)))))