package eio

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

Source file resource.ml

1
2
3
4
5
6
type t = < fd : Fd.t >

type _ Eio.Generic.ty += FD : Fd.t Eio.Generic.ty

let fd t = t#fd
let fd_opt t = Eio.Generic.probe t FD
OCaml

Innovation. Community. Security.