(************************************************************************) (* This file is licensed under The MIT License *) (* See LICENSE for more information *) (************************************************************************)
type t = A ofstring | Path of Path.t
let adjust ~lvl = function
| A arg -> A arg
| Path p -> Path (Path.adjust ~lvl p)
let to_string = function A arg -> arg | Path p -> Path.to_string p
module List = struct let to_string args = List.map to_string args |> String.concat " " end
Messung V0.5
¤ Dauer der Verarbeitung: 0.11 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 und die Messung sind noch experimentell.