Reason · Reason lets you write simple, fast and quality type safe code while leveraging both the JavaScript & OCaml ecosystems.

Reason
sig
 val lseek : Unix.file_descr -> int64 -> Unix.seek_command -> int64
 val truncate : string -> int64 -> unit
 val ftruncate : Unix.file_descr -> int64 -> unit
 type stats = {
  st_dev : int;
  st_ino : int;
  st_kind : Unix.file_kind;
  st_perm : Unix.file_perm;
  st_nlink : int;
  st_uid : int;
  st_gid : int;
  st_rdev : int;
  st_size : int64;
  st_atime : float;
  st_mtime : float;
  st_ctime : float;
 }
 val stat : string -> Unix.LargeFile.stats
 val lstat : string -> Unix.LargeFile.stats
 val fstat : Unix.file_descr -> Unix.LargeFile.stats
end

AltStyle によって変換されたページ (->オリジナル) /