File: accessor.ml

package info (click to toggle)
ocaml-obuild 0.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,456 kB
  • sloc: ml: 14,491; sh: 211; ansic: 34; makefile: 11
file content (2 lines) | stat: -rw-r--r-- 82 bytes parent folder | download | duplicates (6)
1
2
let get_real (t: Types.t) = t.Types.real
let get_imag (t: Types.t) = t.Types.imag