File: genM.mli

package info (click to toggle)
ocaml-gen 0.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 296 kB
  • sloc: ml: 2,124; makefile: 35
file content (12 lines) | stat: -rw-r--r-- 254 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12

(* This file is free software, part of gen. See file "license" for more details. *)

(** {1 Monadic Interface}

    {b status: experimental}

    @since 0.4 *)

module type MONAD = GenM_intf.MONAD

module Make(M : MONAD) : GenM_intf.S with module M = M