Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type motion =
| Left of int
| Right of int
| Right_nl of int
| Line_FirstChar of int
| Line_FirstNonBlank of int
| Line_LastChar of int
| Line_LastChar_nl of int
| Line_LastNonBlank of int
| Line_LastNonBlank_nl of int
| Upward of int
| Downward of int
| GotoLine of int
| GotoLine_first
| GotoLine_last
| Word of int
| WORD of int
| Word_end of int
| WORD_end of int
| Word_back of int
| WORD_back of int
| Word_back_end of int
| WORD_back_end of int
| Line
| Occurrence_inline of string
| Occurrence_inline_back of string
| Occurrence_inline_till of string
| Occurrence_inline_till_back of string
| Sentence_backword of int
| Sentence_forward of int
| Paragraph_backward of int
| Paragraph_forward of int
| Word_include of int
| Word_inner of int
| WORD_include of int
| WORD_inner of int
| Sentence_include of int
| Sentence_inner of int
| Paragraph_include of int
| Paragraph_inner of int
| Parenthesis_include of int
| Parenthesis_inner of int
| Bracket_include of int
| Bracket_inner of int
| AngleBracket_include of int
| AngleBracket_inner of int
| Brace_include of int
| Brace_inner of int
| Quote_include of string * int
| Quote_inner of string * int
| Match