ライブラリを使用eplex
しic
て問題を解決しようとしています。eplex
and はandic
を明示的にサポートしaddition,multiplication
ていることがわかりますが、orsubtraction
はサポートされていません。modulo
division
より正確には、次のコードがあります。
FirstResult #= (Result[I] mod Val), % Here it gives error because Result[I] is not instantiated.
NewVal is Val+1,
SecondResult #= (Result[I] mod NewVal)
mod
2 つの引数がグラウンドである必要がありResult[I]
ますが、インスタンス化されておらず、値の範囲があります。したがって、私の質問は、操作を伴うそのような制約をどのようmod
に遅らせることができるかです。