Module Backend


module Backend: sig .. end
backend.ml: Defines handlers for events related to the backend directory, where the scripts are stored. Eg. a new script results in a new part of pipes in the frontend etc. These handlers are defined in the backendHandler class.
Author(s): Sapan Bhatia

val delete_prefix : string -> string -> Globals.relpath
Turn an absolute path into a relative path.
val list_check : 'a list -> 'a -> bool
class backendHandler : Directfifowatcher.base_pathname -> Frontend.frontendHandler list -> object .. end
The backendhandler class: defines event handlers for events in the backend backend directory.