Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • C cduce
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 15
    • Issues 15
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • cduce
  • cduce
  • Repository

Switch branch/tag
  • cduce
  • parser
  • parser.ml
Find file BlameHistoryPermalink
  • Julien Lopez's avatar
    Fix everything. Last problem: strings with simple quotes and type variables · f481f019
    Julien Lopez authored Jun 19, 2014
    coexist inside brackets:
    	type t = ['dt' | 'a]
    is supposed to be a valid type, but for now the new syntax isn't working inside
    brackets, so to write this type use:
    	type t = ['dt' | `$a]
    f481f019

Replace parser.ml

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.