package ecaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file valueable_intf.ml

1
2
3
4
5
6
7
8
9
10
11
open! Core_kernel
open! Import
open! Valueable0

module type S = S with type 'a type_ := 'a Value.Type.t
module type S1 = S1 with type 'a type_ := 'a Value.Type.t

module type Valueable = sig
  module type S = S
  module type S1 = S1
end
OCaml

Innovation. Community. Security.