Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • P prime
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 128
    • Issues 128
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • HaskellHaskell
  • prime
  • Wiki
  • tool support

tool support · Changes

Page history
Edit ToolSupport authored Dec 05, 2005 by john@repetae.net's avatar john@repetae.net
Show whitespace changes
Inline Side-by-side
tool-support.md
View page @ 6976f4c7
...@@ -20,3 +20,5 @@ It is likely that Haskell Prime will make some breaking changes to Haskell'98 co ...@@ -20,3 +20,5 @@ It is likely that Haskell Prime will make some breaking changes to Haskell'98 co
the intended meaning of new constructs with the proposed translation to core (for errors). It would also be a low-cost way to permit the intended meaning of new constructs with the proposed translation to core (for errors). It would also be a low-cost way to permit
decisions on new syntax to be deferred while experience is gained. If a proposal is eventually rejected, the translator means that any decisions on new syntax to be deferred while experience is gained. If a proposal is eventually rejected, the translator means that any
code using the new extension can easily be reverted. code using the new extension can easily be reverted.
- It would also be good of implementations to seamlessly support the integration of haskell 98 and haskell' code, so new code may be written in haskell' but there would be no pressing need to change working code.
Clone repository Edit sidebar
  • Arrows
  • BangPatterns
  • DeepSeq
  • ExistentialQuantification
  • ExplicitForall
  • FlexibleContexts
  • FlexibleInstances
  • ForeignFunctionInterface
  • FunctionalDependencies
  • GADTs
  • ImplicitParams
  • IncoherentInstances
  • KindAnnotations
  • LamdaCase
  • MultiParamTypeClasses dilemma
View All Pages