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
Excellent project and thesis! Although I'm not finished reading it :)
I think there's a minor typo for Lit struct in section 3.3. You define Lit as having a polarity bool. But this is subsequently changed to value in later snippets. Changing it value should fix things.
The text was updated successfully, but these errors were encountered:
You are indeed correct, it says polarity when introducing Lit, and then subsequently value is used.
Seems like Overleaf has shittified their free-tier to the point that the thesis no longer builds. I'll fix my local LaTeX install over the weekend and fix it.
Excellent project and thesis! Although I'm not finished reading it :)
I think there's a minor typo for Lit struct in section 3.3. You define Lit as having a
polarity
bool. But this is subsequently changed tovalue
in later snippets. Changing itvalue
should fix things.The text was updated successfully, but these errors were encountered: