Sha256: 4d48e6b192e9eebfacfd1f3f60117132ed031ec2323293d81db3fd1898c5c62b

Contents?: true

Size: 414 Bytes

Versions: 151

Compression:

Stored size: 414 Bytes

Contents

open Core

(** Abstract type for the bowling game. *)
type t

(** A new bowling game *)
val new_game: t

(** This is called each time the player rolls a ball, with input the number
of pins knocked down. The return value is the updated state of the game. *)
val roll : int -> t -> (t, string) Result.t

(** This is called at the end of a game to retrieve the final score. *)
val score : t -> (int, string) Result.t

Version data entries

151 entries across 151 versions & 1 rubygems

Version Path
trackler-2.1.0.53 tracks/ocaml/exercises/bowling/bowling.mli
trackler-2.1.0.52 tracks/ocaml/exercises/bowling/bowling.mli
trackler-2.1.0.51 tracks/ocaml/exercises/bowling/bowling.mli
trackler-2.1.0.50 tracks/ocaml/exercises/bowling/bowling.mli
trackler-2.1.0.49 tracks/ocaml/exercises/bowling/bowling.mli
trackler-2.1.0.48 tracks/ocaml/exercises/bowling/bowling.mli
trackler-2.1.0.47 tracks/ocaml/exercises/bowling/bowling.mli
trackler-2.1.0.46 tracks/ocaml/exercises/bowling/bowling.mli
trackler-2.1.0.45 tracks/ocaml/exercises/bowling/bowling.mli
trackler-2.1.0.44 tracks/ocaml/exercises/bowling/bowling.mli
trackler-2.1.0.43 tracks/ocaml/exercises/bowling/bowling.mli
trackler-2.1.0.42 tracks/ocaml/exercises/bowling/bowling.mli
trackler-2.1.0.41 tracks/ocaml/exercises/bowling/bowling.mli
trackler-2.1.0.40 tracks/ocaml/exercises/bowling/bowling.mli
trackler-2.1.0.39 tracks/ocaml/exercises/bowling/bowling.mli
trackler-2.1.0.38 tracks/ocaml/exercises/bowling/bowling.mli
trackler-2.1.0.37 tracks/ocaml/exercises/bowling/bowling.mli
trackler-2.1.0.36 tracks/ocaml/exercises/bowling/bowling.mli
trackler-2.1.0.34 tracks/ocaml/exercises/bowling/bowling.mli
trackler-2.1.0.33 tracks/ocaml/exercises/bowling/bowling.mli