Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generated signatures are not easy to work with #24

Open
joelburget opened this issue Nov 10, 2021 · 0 comments
Open

Generated signatures are not easy to work with #24

joelburget opened this issue Nov 10, 2021 · 0 comments

Comments

@joelburget
Copy link
Owner

  1. The worst part is that they require Wrapper. We should be able to ignore this
  2. val language : Lvca_syntax.Abstract_syntax.t is always required.
  3. There's this awkward wrapping with the inner Ty module:
module Type : sig
  include
    [%lvca.abstract_syntax_module_sig
  {|
    sort : *

    ty := Sort(sort) | Arrow(ty; ty)
    |}
  , { sort = "Sort_model.Sort" }]

  include Nominal.Convertible.Extended_s with type t := Ty.t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant