1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 07:08:01 +00:00

Add missing code block language

This commit is contained in:
jbranchaud
2018-12-23 18:10:12 -06:00
parent 63213b6726
commit 7299e1c58d

View File

@@ -12,7 +12,7 @@ module StringMap = Map.Make(String);
We can then use that module to to create an empty map followed by adding
key-value pairs to it.
```
```reason
StringMap.empty
|> StringMap.add("Morty", "Smith")
|> StringMap.add("Rick", "Sanchez")