Sha256: ccc00590e21c17698059d6933f1da9ef6ccfecd102f48d7594f85bf4a835a502
Contents?: true
Size: 223 Bytes
Versions: 299
Compression:
Stored size: 223 Bytes
Contents
(** Beer-song exercise *) (** Return a single beer song verse. *) val verse : int -> string (** Return multiple verses, concatenated, from [from] until [until] (inclusive). *) val lyrics : from:int -> until:int -> string
Version data entries
299 entries across 299 versions & 1 rubygems