File: testable.mli

package info (click to toggle)
ocaml-mdx 2.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,560 kB
  • sloc: ml: 6,940; sh: 18; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 277 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
val sexp : Mdx.Util.Sexp.t Alcotest.testable
val msg : [ `Msg of string ] Alcotest.testable

val errormsg :
  'a Alcotest.testable -> ('a, [ `Msg of string ]) result Alcotest.testable

val block : Mdx.Block.t Alcotest.testable
val header : Mdx.Block.Header.t Alcotest.testable