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
Copy file name to clipboardExpand all lines: index.html
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -120,16 +120,20 @@ <h3>Python Syntax</h3>
120
120
</div>
121
121
<divclass="feature">
122
122
<h3>Strong Typing</h3>
123
-
<p>Benefit from mypy validation and catch errors early</p>
123
+
<p>Benefit from <ahref="https://py-typedlogic.github.io/py-typedlogic/tutorial/01-first-program/#type-checking">mypy validation</a> and catch errors early</p>
124
124
</div>
125
125
<divclass="feature">
126
126
<h3>Integrations</h3>
127
127
<p>Integration
128
128
with <ahref="https://py-typedlogic.github.io/py-typedlogic/integrations/solvers/souffle/">datalog
0 commit comments