Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • GHC GHC
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 5.6k
    • Issues 5.6k
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 661
    • Merge requests 661
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Model experiments
  • Analytics
    • Analytics
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Glasgow Haskell CompilerGlasgow Haskell Compiler
  • GHCGHC
  • Wiki
  • type nats

type nats · Changes

Page history
Edit TypeNats authored Mar 21, 2012 by diatchki's avatar diatchki
Hide whitespace changes
Inline Side-by-side
type-nats.md
View page @ 946e39b5
......@@ -6,29 +6,18 @@ This page collects information on how to work with type-level natural numbers, a
## User's Guide
- [Type-Level Naturals Basics](type-nats/basics)
- [Natural Numbers: From Values to Types](type-nats/naturals)
- [Type-Level Operations](type-nats/operations)
- [Examples](type-nats/examples)
- [Type-Level Computation](type-nats/operations)
- [Typed examinations of TNat (inductive definitions)](type-nats/inductive-definitions)
## Notes on Design
- [Alternative Design For Singletons](type-nats/alternative-singletons)
- [Avoiding Partial Type Functions](type-nats/avoiding-partial-type-functions)
- Naturals or Integers?
- [Inductive definitions](type-nats/inductive-definitions)
## Notes on the Implementation
- [Implementation of GHC.TypeNats](type-nats/implementation)
- [Axioms for Natural Number Operators](type-nats/axioms)
- GHC Interaction Rules ([Notational Conventions](type-nats/rule-notation))
- [Top-Level Interactions](type-nats/interact1)
- [Simple Inert Interactions](type-nats/interact2)
- [Solving (\<=) Predicates](type-nats/leq)
- XXX: Write the new rules
- Translation to FC
- Precedences for infix predicates such as \~ and \<=
- [ Axioms for type-level type operators](http://github.com/yav/tc-solver/blob/master/docs/axioms.md)
## External links
......@@ -38,4 +27,8 @@ This page collects information on how to work with type-level natural numbers, a
- libraries/template-haskell
- utils/haddock
- More advanced example: [ https://github.com/yav/memory-arrays/tree/master](https://github.com/yav/memory-arrays/tree/master)
\ No newline at end of file
## XXX: Cleanup
- [Natural Numbers: From Values to Types](type-nats/naturals)
- More advanced example: [ https://github.com/yav/memory-arrays/tree/master](https://github.com/yav/memory-arrays/tree/master)
- [Examples](type-nats/examples)
\ No newline at end of file
Clone repository
  • Adventures in GHC compile times
  • All things layout
  • AndreasK
  • AndreasPK
  • Back End and Run Time System
  • Backpack refactoring
  • Backpack units
  • Brief Guide for Compiling GHC to iOS
  • Building GHC on Windows with Stack protector support (SSP) (using Make)
  • CAFs
  • CafInfo rework
  • Compiling Case Expressions in ghc
  • Compiling Data.Aeson Error
  • Contributing a Patch
  • Core interface section
View All Pages