[ create a new paste ] login | about

kikx

Name:
Email:
Site/Blog:
Location:
Default language:
Favorite languages:
About:

Saved pastes by kikx:

C++, pasted on Oct 20:
1
2
3
4
5
//------------------------------------------------------------------------------------
// Natural Numbers
//   The type "nat::forall<X, Prop>" is a proposition.
//   To create an instance (= proof) of the propotision,
//   you must supply
...
view (141 lines)
C++, pasted on Oct 19:
1
2
3
//------------------------------------------------------------------------------------
// [Metafunction] Substitution as usual
//------------------------------------------------------------------------------------
...
view (180 lines)