packages feed

dedukti-1.0.0: t/exemple.eu

T : Type.

U : Type.

[] U --> T -> T.

app : f : (T -> T) -> T -> T.

[] app --> f : U => x : T => f x.