type-system: Change display of the B operator

(The operator which assigns to each constant its type)
This commit is contained in:
regnat 2017-04-06 14:05:21 +02:00
parent b67dfbbf9e
commit 54fd631f81

View File

@ -50,7 +50,7 @@
\inferrule{ }{\Gamma; x:\tau \vdash x:\tau}(Var)
\and
\inferrule{ }{\Gamma \vdash c:{B}(c)}(Const) %TODO: change B's font
\inferrule{ }{\Gamma \vdash c:\mathcal{B}(c)}(Const)
\and
\inferrule{%