This commit is contained in:
Hannes Mehnert 2017-09-16 16:49:37 +01:00
parent 7efbda8d5a
commit 87ff862539

View file

@ -23,7 +23,7 @@ programming. OCaml has an expressive static type system, and type inference. A
developer can specify complex invariants in the type system, which are developer can specify complex invariants in the type system, which are
checked at compile time, and violations are caught early. checked at compile time, and violations are caught early.
We discuss more reasons why we use OCaml [further down](#WhyOCaml). We discuss more reasons why we use OCaml [further down](#Why-OCaml).
## MirageOS ## MirageOS