package graft
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Graft
Source
Source
type 'kind preprocessor =
Forester_core.Config.t ->
Eio.Fs.dir_ty Eio.Path.t ->
(Eio.Fs.dir_ty Eio.Path.t
* [ `Code of Forester_core.Code.t | `String of string ])
list
Source
val apply_pp :
Forester_core.Config.t ->
Eio.Fs.dir_ty Eio.Path.t ->
pp ->
(Eio.Fs.dir_ty Eio.Path.t
* [ `Code of Forester_core.Code.t | `String of string ])
list
Source
val process_file :
t ->
Eio.Fs.dir_ty Eio.Path.t ->
(Eio.Fs.dir_ty Eio.Path.t
* [ `Code of Forester_core.Code.t | `String of string ])
list