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
Reasoning about programs that involve (literal) numbers is currently not possible.
Scope
We restrict ourselves to fixed width signed integers. Unsigned integers, arbitrary length integers and anything non-integer (fixed decimal, floating, rational, ...) is out of scope.
Reasoning about programs that involve (literal) numbers is currently not possible.
Scope
We restrict ourselves to fixed width signed integers. Unsigned integers, arbitrary length integers and anything non-integer (fixed decimal, floating, rational, ...) is out of scope.
Int16
Data.Int.Int16
Short
orshort
Int32
Data.Int.Int32
Integer
orint
Int64
Data.Int.Int64
Long
orlong
Grammar, Parsing
The input grammar already allows numeral expressions. However, the visitor will throw as soon as it encounters such an expression.
Typing
TODO
Implementation
TODO
The text was updated successfully, but these errors were encountered: