Sha256: ca7b0b8ff270581ac552ccef90f8b8fb76e94a2410c1a865b80ece20001eee32
Contents?: true
Size: 573 Bytes
Versions: 2
Compression:
Stored size: 573 Bytes
Contents
module ModuleFoo = struct type foobar = ConstructorFoo | ConstructorBar of int * char list end type 'a foorecord = { foofield : 'a; barfield : int; mutable foobarfield : list char -> int -> unit } (* op redif *) let (+-) a b = let aplus = a + b and aminus = a - b in (aplus, aminus) let shall_appear () = let sub_not 1 = 2 and shall_not_either fu = () in let nope = 3 and must_appear_also 4 = () let foo_function a b = (a, b) class fooClass = object (self) val x = () method fooMethod = x end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ctags.rb-1.1.4 | ext/vendor/ctags/Units/review-needed.r/ocamlAllKinds.ml.t/input.ml |
ctags.rb-1.1.3 | ext/vendor/ctags/Units/review-needed.r/ocamlAllKinds.ml.t/input.ml |