We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1493d8a commit 76ddde7Copy full SHA for 76ddde7
1 file changed
_docs_src/src/dictionaries-2.md
@@ -90,7 +90,7 @@ We will mint another module type that is specific to lists.
90
91
```ocaml
92
module type S_list = sig
93
- include module type of List
+ include module type of struct include List end
94
type element
95
type t = element list
96
val of_pyobject : Pytypes.pyobject -> element list
0 commit comments