File: dep_lwt_unix.ml

package info (click to toggle)
ocaml-markup 1.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,340 kB
  • sloc: ml: 15,131; makefile: 89
file content (7 lines) | stat: -rw-r--r-- 258 bytes parent folder | download
1
2
3
4
5
6
7
(* This file is part of Markup.ml, released under the MIT license. See
   LICENSE.md for details, or visit https://github.com/aantron/markup.ml. *)

let (|>) x f = f x

let () =
  Markup.of_list [] |> Markup_lwt_unix.to_channel Lwt_io.stdout |> Lwt_main.run