(************************************************************************) (* This file is licensed under The MIT License *) (* See LICENSE for more information *) (************************************************************************)
type'a pp = Format.formatter -> 'a -> unit
module Rule : sig type t =
{ targets : stringlist
; deps : stringlist
; action : string
; alias : stringoption
}
val pp : t pp end
module Install : sig type t =
{ section : string
; package : string
; files : (string * string) list (* (source as target) *)
}
val pp : t pp end
module Subdir : sig
type'a t = { subdir : string; payload : 'a }
val pp : 'a pp -> 'a t pp end
¤ Dauer der Verarbeitung: 0.14 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.