testDisk.ml
hack_parallel
hack_parallel.collections
hack_parallel.disk
hack_parallel.hack_core
hack_parallel.heap
hack_parallel.hh_json
hack_parallel.injection
hack_parallel.interface
hack_parallel.memory
hack_parallel.procs
hack_parallel.scheduler
hack_parallel.socket
hack_parallel.stubs
hack_parallel.utils
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
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