File: test_js_of_ocaml.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 (5 lines) | stat: -rw-r--r-- 217 bytes parent folder | download
1
2
3
4
5
(* 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 () =
  Markup.of_list [1; 2; 3] |> Markup_lwt.to_list |> ignore