Skip to content
Snippets Groups Projects
Commit 76c94908 authored by Lennard Gäher's avatar Lennard Gäher
Browse files

update limitations

parent 0d92723c
No related branches found
No related tags found
No related merge requests found
......@@ -20,4 +20,3 @@ Over time, the feature support will grow.
## Known bugs
- Re-declared variables (e.g. `let x = 5; let x = (32, 43);`) are not handled properly
- In some cases with structs/enums with type parameters (where not all constructors use all the type parameters), the generated code will not pass the Coq type checker and requires manual edits, as too many parameters are passed.
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