fix mdx test

This commit is contained in:
Simon Cruanes 2023-02-07 12:39:25 -05:00
parent 735729c329
commit d249ce5f13
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -224,6 +224,7 @@ In a toplevel, using ocamlfind:
```ocaml
# #use "topfind";;
...
# #require "containers";;
# #require "containers-data";;
# CCList.flat_map;;