mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 07:08:01 +00:00
Add a couple fixes for the latest til
This commit is contained in:
@@ -510,8 +510,8 @@ _711 TILs and counting..._
|
|||||||
### ReasonML
|
### ReasonML
|
||||||
|
|
||||||
- [Break Out Of A While Loop](reason/break-out-of-a-while-loop.md)
|
- [Break Out Of A While Loop](reason/break-out-of-a-while-loop.md)
|
||||||
- [Create A Stream From An Array](reason/create-a-stream-from-an-array.md)
|
|
||||||
- [Compile Reason To Native With Dune](reason/compile-reason-to-native-with-dune.md)
|
- [Compile Reason To Native With Dune](reason/compile-reason-to-native-with-dune.md)
|
||||||
|
- [Create A Stream From An Array](reason/create-a-stream-from-an-array.md)
|
||||||
- [Data Structures With Self-Referential Types](reason/data-structures-with-self-referential-types.md)
|
- [Data Structures With Self-Referential Types](reason/data-structures-with-self-referential-types.md)
|
||||||
- [Defining Variants With Constructor Arguments](reason/defining-variants-with-constructor-arguments.md)
|
- [Defining Variants With Constructor Arguments](reason/defining-variants-with-constructor-arguments.md)
|
||||||
- [Dynamically Create A Printf String Format](reason/dynamically-create-a-printf-string-format.md)
|
- [Dynamically Create A Printf String Format](reason/dynamically-create-a-printf-string-format.md)
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ print_endline("Hello, Reason!")
|
|||||||
We can then create the following Dune build file.
|
We can then create the following Dune build file.
|
||||||
|
|
||||||
```lisp
|
```lisp
|
||||||
/* dune */
|
;; dune
|
||||||
(executable
|
(executable
|
||||||
(name hello_reason))
|
(name hello_reason))
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user