Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • C compiler
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 15
    • Issues 15
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • clean-compiler-and-rts
  • compiler
  • Repository
  • compiler
  • frontend
  • trans.icl
Find file BlameHistoryPermalink
  • John van Groningen's avatar
    unfold curried producers that are also normal producers if the producer · 1c05040b
    John van Groningen authored Feb 09, 2010
    is used in a curried application of a case expression, to prevent
    case's with applications that are be optimized.
    Whether the producer is treated as a curried or normal producer is
    determined during unfolding, PR_CurriedProducer is
    used to mark producers for which this is allowed.
    1c05040b