5 lines
128 B
Text
5 lines
128 B
Text
|
f (coe a) : B
|
||
|
g (λ (x : C), coe (h x)) : B
|
||
|
filter (λ (x : bool), bool_to_Prop (negb x)) [tt, ff, tt, ff] : list bool
|
||
|
[ff, ff]
|