package numalib

  1. Overview
  2. Docs
Interface to Linux NUMA API

Install

Dune Dependency

Authors

Maintainers

Sources

numalib-0.1.0.tbz
sha256=a320381725bb2f8cb91ab77d4b09af018ecb2384ac6d48c96c1031fcec34c308
md5=e6d514a11d4983245240077eaaeb0167

doc/src/numalib.raw/io_impl.ml.html

Source file io_impl.ml

1
2
3
4
5
6
7
8
type 'a t = 'a

let return v = v
let bind a ~f = f a
let map a ~f  = f a
let (>>=) a f =  f a
let (>>|) a f = f a
let wrap f = f
OCaml

Innovation. Community. Security.