jon.recoil.org

Module LangUtils.LensSource

Sourcetype ('a, 'b) lens = {
  1. get : 'a -> 'b;
  2. set : 'b -> 'a -> 'a;
}
Sourcetype ('a, 'b) prism = {
  1. preview : 'a -> 'b option;
  2. review : 'b -> 'a;
}
Sourceval set : ('a, 'b) Odoc_xref_test.Common.LangUtils.Lens.lens -> 'b -> 'a -> 'a
Sourcemodule Signature : sig ... end
Sourcemodule Module : sig ... end
Sourcemodule Include : sig ... end
Sourcemodule ModuleType : sig ... end
Sourcemodule FunctorParameter : sig ... end
Sourcemodule TypeDecl : sig ... end
Sourcemodule TypeExpr : sig ... end