rzk-0.9.0: test/typecheck/cases/ill-hole-infer.rzk
#lang rzk-1 -- A hole in inference position (here applied as a function) has no known type, -- so it is reported rather than guessed (no metavariables). #define f : (A : U) -> A -> A := \ A x -> ? x
#lang rzk-1 -- A hole in inference position (here applied as a function) has no known type, -- so it is reported rather than guessed (no metavariables). #define f : (A : U) -> A -> A := \ A x -> ? x