Skip to content
Discussion options

You must be logged in to vote

Hi @ethanbb !

I'm glad you like our work! Don"t hesitate to ask more questions, we will be happy to answer! Indeed, you did not start with the simplest exercise! But since you tried, I will try to answer your questions.

  • When exactly does one have to use DeepModel/deep_model() and when is View/@ enough? Midway through, I saw #993 and started using DeepModel for everything, which helped a lot, but it is more verbose.

View is just the trait used behind the @ notation. Nothing more, nothing less. It is useful, because we often want to speak about "the logical value of" a program type, and it is convenient to have a short notation for that. But it has no "generic" meaning whatsoever, it is…

Replies: 1 comment 18 replies

Comment options

You must be logged in to vote
18 replies
@jhjourdan
Comment options

@jhjourdan
Comment options

@ethanbb
Comment options

@ethanbb
Comment options

@jhjourdan
Comment options

Answer selected by ethanbb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants