We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5cfa8d commit 1845693Copy full SHA for 1845693
README.md
@@ -73,7 +73,6 @@ We can perform logic operations using our variables:
73
```ocaml
74
(* OCaml *)
75
let () =
76
- (* Create an object that can be accessed in Liquid using dot notation (environment.language -> "OCaml") *)
77
let context =
78
Ctx.empty
79
|> Ctx.add "beatles" (List [String "John"; String "Paul"; String "Ringo"; String "George"])
0 commit comments