Closed yav closed 3 months ago
To reproduce, run :check-docstrings right after starting Cryptol. It says:
:check-docstrings
Cryptol> :check-docstrings Checking Cryptol Checking submodule Cryptol::Bool Checking submodule Cryptol::Word Checking submodule Cryptol::Char Checking submodule Cryptol::String Checking submodule Cryptol::lg2 Checking submodule (Cryptol::<=) ...
Form some reason it thinks that the functions are submodules.
Fixed in #1726
To reproduce, run
:check-docstrings
right after starting Cryptol. It says:Form some reason it thinks that the functions are submodules.