We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c879919 commit d1e182bCopy full SHA for d1e182b
doc/parsing.md
@@ -49,7 +49,8 @@ module P =
49
(Dolmen.Std.Loc)(Dolmen.Std.Id)(Dolmen.Std.Term)(Dolmen.Std.Statement)
50
(Dolmen.Std.Extensions.Smtlib2)
51
52
-let _ = P.parse_all (`File "example.smt2")
+let _, lazy_l = P.parse_all (`File "example.smt2")
53
+let statements = Lazy.force lazy_l
54
```
55
56
For more examples, see the [tutorial](https://github.com/Gbury/dolmen/tree/master/doc/tuto.md).
0 commit comments