package ocp-indent
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  A simple tool to indent OCaml programs
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      1.8.1.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=70db6649a8c08a682ad63730c9752e31
    
    
  sha512=565353de333dd44375366fff75e85a6256c3cd9ff52b3db79803141f975e77cda04dfe32f5e0f2d4c82c59be8f04e9c2bf4d066b113b2cdf267f4c3dcfa401da
    
    
  doc/ocp-indent.lexer/Approx_lexer/index.html
Module Approx_lexerSource
include module type of struct include Approx_tokens end
Source
type token = Approx_tokens.token = - | AMPERAMPER
- | AMPERSAND
- | AND
- | AS
- | ASSERT
- | BACKQUOTE
- | BANG
- | BAR
- | BARBAR
- | BARRBRACKET
- | BEGIN
- | CHAR of char overflow
- | CLASS
- | COLON
- | COLONCOLON
- | COLONEQUAL
- | COLONGREATER
- | COMMA
- | COMMENT
- | OCAMLDOC_CODE
- | OCAMLDOC_VERB
- | COMMENTCONT
- | CONSTRAINT
- | DO
- | DONE
- | DOT
- | DOTDOT
- | DOWNTO
- | ELSE
- | END
- | EOF
- | EQUAL
- | EXCEPTION
- | EXTERNAL
- | FALSE
- | FLOAT of string
- | FOR
- | FUN
- | FUNCTION
- | FUNCTOR
- | GREATER
- | GREATERRBRACE
- | GREATERRBRACKET
- | IF
- | ILLEGAL_CHAR of char
- | IN
- | INCLUDE
- | INFIXOP0 of string
- | INFIXOP1 of string
- | INFIXOP2 of string
- | INFIXOP3 of string
- | INFIXOP4 of string
- | INHERIT
- | INITIALIZER
- | INT of int overflow
- | INT32 of int32 overflow
- | INT64 of int64 overflow
- | LABEL of string
- | LAZY
- | LBRACE
- | LBRACELESS
- | LBRACKET
- | LBRACKETBAR
- | LBRACKETLESS
- | LBRACKETGREATER
- | LBRACKETPERCENT
- | LBRACKETPERCENTPERCENT
- | LBRACKETAT
- | LBRACKETATAT
- | LBRACKETATATAT
- | LESS
- | LESSMINUS
- | LET
- | LIDENT of string
- | LINE_DIRECTIVE
- | LPAREN
- | MATCH
- | METHOD
- | MINUS
- | MINUSDOT
- | MINUSGREATER
- | MODULE
- | MUTABLE
- | NATIVEINT of nativeint overflow
- | NEW
- | OBJECT
- | OF
- | OPEN
- | OPTLABEL of string
- | OR
- | PLUS
- | PLUSDOT
- | PREFIXOP of string
- | PRIVATE
- | QUESTION
- | QUESTIONQUESTION
- | QUOTATION of string
- | QUOTE
- | RBRACE
- | RBRACKET
- | REC
- | RPAREN
- | SEMI
- | SEMISEMI
- | SHARP
- | SIG
- | STAR
- | STRING of string
- | STRUCT
- | THEN
- | TILDE
- | TO
- | TRUE
- | TRY
- | TYPE
- | UIDENT of string
- | UNDERSCORE
- | VAL
- | VIRTUAL
- | WHEN
- | WHILE
- | WITH
- | EOL
- | SPACES
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >