Skip to content
Snippets Groups Projects
Commit 0dbb3948 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

More CoqDoc.

parent d99d3967
Branches master
No related tags found
No related merge requests found
......@@ -323,7 +323,7 @@ type.
small) constant representing the constructor itself, and then all the data in
the constructor (recursive or otherwise) is put into child nodes.
This data type is the same as `GenTree.tree` in mathcomp, see
This data type is the same as [GenTree.tree] in mathcomp, see
https://github.com/math-comp/math-comp/blob/master/ssreflect/choice.v *)
Inductive gen_tree (T : Type) : Type :=
| GenLeaf : T gen_tree T
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment