Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Git_split.Tui
Sourceval update :
[> `Key of
[> `ASCII of char
| `Arrow of [> `Down | `Left | `Right | `Up ]
| `Enter ]
* 'a ] ->
TuiModel.model ->
TuiModel.model
val tui_line_of_diff_line :
[< `AddedLine of string | `ContextLine of string | `RemovedLine of string ] ->
TuiTypes.line
val diff_line_of_model_line :
TuiTypes.line ->
[> `AddedLine of string | `ContextLine of string | `RemovedLine of string ]
option