Sha256: 584758cea16bdf5317fc552f542a2b570d0c35f5644c61a1b67bd882ba90b769

Contents?: true

Size: 547 Bytes

Versions: 328

Compression:

Stored size: 547 Bytes

Contents

Because OCaml is a compiled language you need to compile your submission and the test code before you can run the tests. Compile with

```bash
$ corebuild -quiet test.native
```

and when successful run the tests by running the `test.native` executable:

```bash
./test.native
```

Alternatively just type

```bash
make
```

## Creating Your First OCaml Module

To create a module that can be used with the test in the `bob` exercise put the following in a file named `bob.ml`:

```ocaml
open Core.Std let response_for input = failwith "TODO"
```

Version data entries

328 entries across 328 versions & 1 rubygems

Version Path
trackler-2.2.1.50 tracks/ocaml/docs/TESTS.md
trackler-2.2.1.49 tracks/ocaml/docs/TESTS.md
trackler-2.2.1.48 tracks/ocaml/docs/TESTS.md
trackler-2.2.1.47 tracks/ocaml/docs/TESTS.md
trackler-2.2.1.46 tracks/ocaml/docs/TESTS.md
trackler-2.2.1.45 tracks/ocaml/docs/TESTS.md
trackler-2.2.1.44 tracks/ocaml/docs/TESTS.md
trackler-2.2.1.43 tracks/ocaml/docs/TESTS.md
trackler-2.2.1.42 tracks/ocaml/docs/TESTS.md
trackler-2.2.1.41 tracks/ocaml/docs/TESTS.md
trackler-2.2.1.40 tracks/ocaml/docs/TESTS.md
trackler-2.2.1.39 tracks/ocaml/docs/TESTS.md
trackler-2.2.1.38 tracks/ocaml/docs/TESTS.md
trackler-2.2.1.37 tracks/ocaml/docs/TESTS.md
trackler-2.2.1.36 tracks/ocaml/docs/TESTS.md
trackler-2.2.1.35 tracks/ocaml/docs/TESTS.md
trackler-2.2.1.34 tracks/ocaml/docs/TESTS.md
trackler-2.2.1.33 tracks/ocaml/docs/TESTS.md
trackler-2.2.1.32 tracks/ocaml/docs/TESTS.md
trackler-2.2.1.31 tracks/ocaml/docs/TESTS.md