Changeset 19 in code for trunk/cli/conversion.ml
- Timestamp:
- Oct 26, 2022, 7:36:02 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cli/conversion.ml
r3 r19 10 10 type fn_t = { 11 11 ext: string; 12 page: t -> Logarion.Text.t -> string;13 indices: t -> unit;12 page: (t -> Logarion.Text.t -> string) option; 13 indices: (t -> unit) option; 14 14 }
Note:
See TracChangeset
for help on using the changeset viewer.