package hack_parallel

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

Source file testDisk.ml

1
2
3
4
let files = ref SMap.empty

let get x = SMap.find_unsafe x !files
let set x y = files := SMap.add x y !files
OCaml

Innovation. Community. Security.