rzk-0.8.0: test/typecheck/cases/ill-implicit.rzk
#lang rzk-1 #variables A B C : U #variable g : B → C #variable f : A → B #variable x : A #define bad-compose : C := g (f x)
#lang rzk-1 #variables A B C : U #variable g : B → C #variable f : A → B #variable x : A #define bad-compose : C := g (f x)