Changes between Version 28 and Version 29 of TypeNats
- Timestamp:
- 03/20/12 18:19:21 (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TypeNats
v28 v29 6 6 7 7 * [wiki:TypeNats/Basics Type-Level Naturals Basics] 8 * [wiki:TypeNats/Naturals Natural Numbers: From Values to Types]9 8 * [wiki:TypeNats/Operations Type-Level Operations] 10 * [wiki:TypeNats/Examples Examples]9 11 10 12 11 … … 15 14 * [wiki:TypeNats/AlternativeSingletons Alternative Design For Singletons] 16 15 * [wiki:TypeNats/AvoidingPartialTypeFunctions Avoiding Partial Type Functions] 17 * Naturals or Integers? 18 * [wiki:TypeNats/InductiveDefinitions Inductive definitions] 16 19 17 20 18 == Notes on the Implementation == … … 32 30 * utils/haddock 33 31 34 35 32 == XXX: Cleanup == 33 * [wiki:TypeNats/InductiveDefinitions Inductive definitions] 34 * [wiki:TypeNats/Naturals Natural Numbers: From Values to Types] 36 35 * More advanced example: https://github.com/yav/memory-arrays/tree/master 36 * [wiki:TypeNats/Examples Examples]
