graphix-package-sys 0.9.0

A dataflow language for UIs and network programming, sys package
Documentation
1
2
3
4
5
6
7
type T;
let path = |td: T| -> string 'sys_tempdir_path;
let create = |
    #in: [null, string] = null,
    #name: [null, `Prefix(string), `Suffix(string)] = null,
    trigger: Any
| -> Result<T, `IOError(string)> 'sys_tempdir;