package preface

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

Source file functor.ml

1
2
3
4
5
6
7
8
9
module type LAWS = sig
  type 'a t

  include Indexed_functor.LAWS with type ('a, _) t := 'a t
end

module For (F : Preface_specs.FUNCTOR) : LAWS with type 'a t := 'a F.t = struct
  include Indexed_functor.For (Preface_make.Functor.Index (F))
end
OCaml

Innovation. Community. Security.