You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe a direction the cli could go in would look like the following:
if containers is specified in some config file, then hs-to-coq goes to some central hub or registry where coqified containers lives and pulls it down.
This could be approached one of two ways
make hs-to-coq talk to the internet
have a broader make or nix context talk to the internet on behalf of hs-to-coq
complication: versions
A really ideal execution of this would allow for config file to specify different versions of containers, so in the registry would live coqifications of a number of supported versions. More of a stretch goal.
Desired behavior
Maybe a direction the
cli
could go in would look like the following:if
containers
is specified in some config file, thenhs-to-coq
goes to some central hub or registry wherecoq
ifiedcontainers
lives and pulls it down.This could be approached one of two ways
hs-to-coq
talk to the internetmake
ornix
context talk to the internet on behalf ofhs-to-coq
complication: versions
A really ideal execution of this would allow for config file to specify different versions of
containers
, so in the registry would livecoq
ifications of a number of supported versions. More of a stretch goal.See also #196
The text was updated successfully, but these errors were encountered: