Kind2/base/Sigma/fst.kind
MaiaVictor 6c5b850cd3 UwU
2021-02-19 20:15:26 -03:00

5 lines
88 B
Plaintext

Sigma.fst<A: Type, B: A -> Type>(sig: Sigma(A, B)): A
case sig {
new: sig.fst
}