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
{{ message }}
This repository has been archived by the owner on Oct 18, 2021. It is now read-only.
I (think) I see the same thing. When I try to use it, I get
`> 10 % 3
=stdin[1:1 ..1:2]: error (E2001)
│
1 │ 10 % 3
│ ^^
Couldn't match actual type int
with the type expected by the context, 'cat 'b 'c
=stdin[1:6 ..1:6]: error (E2001)
│
1 │ 10 % 3
│ ^
Couldn't match actual type int
with the type expected by the context, 'cat 'a 'b
The following message has a detailed explanation: 2001.
Try ':explain 2001' to see it.`
Same if I make the numbers floats or try to use '%.'.
There's
modf
inlua/math.ml
, but no binding to Lua's%
operator.The text was updated successfully, but these errors were encountered: