package functoria
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
A DSL to organize functor applications
Install
dune-project
Dependency
Authors
Maintainers
Sources
mirage-4.0.0.tbz
sha256=f804161872de6cf20699364f09d03370ed06aafffb12f1d586190832c73a194d
sha512=75c1c1cac4c6f862c0055381c7ced123785193234b40da8a8e238cb289cba1a4494378587c4edf2ed872aee7fbfc756f84087941c1037ac19cbd1733ff6cca6a
doc/src/functoria.test/functoria_test.ml.html
Source file functoria_test.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26open Functoria open Action.Syntax let prelude i = Action.with_output ~path:(Info.main i) ~purpose:"init tests" @@ fun ppf -> Fmt.pf ppf {|(* Geneated by functoria_test *) let (>>=) x f = f x let return x = x let run x = x |} let run ?(keys = []) ?init context device = let t = Impl.abstract device in let keys = keys @ Key.Set.elements (Engine.all_keys t) in let packages = Key.eval context (Engine.packages t) in let info = Functoria.Info.v ~packages ~context ~keys ~build_cmd:[ "build"; "me" ] ~src:`None "foo" in let t = Impl.eval ~context t in let* () = prelude info in let* () = Engine.configure info t in Engine.connect ?init info t
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>