Skip to content

Improve the display (show instance) of loaded cryptol modules at the SAWScript command line #2700

Description

@mtullsen

In the sawscript CLI, when we do

sawscript> F <- cryptol_load "F.cry"
sawscript> print F
[00:08:46.976] Loaded module 'F':
...

the results of this shows a subset of the public interface.

Note this in CryptolEnv.hs

     -- FIXME: Since the complete public and private interface is
      -- extractable, we should show the whole thing with public,
      -- private, typesyns, constructors, submodules.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

subsystem: cryptol-saw-coreIssues related to Cryptol -> saw-core translation with cryptol-saw-coretype: enhancementIssues describing an improvement to an existing feature or capability

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions