idris-1.2.0: test/basic024/input
:x div (the Integer 5) 2
:x div (the Int 5) 2
:x div (the Bits8 5) 2
:x div (the Bits16 5) 2
:x div (the Bits32 5) 2
:x div (the Bits64 5) 2
:x div (the Nat 5) 2
:x mod (the Integer 5) 2
:x mod (the Int 5) 2
:x mod (the Bits8 5) 2
:x mod (the Bits16 5) 2
:x mod (the Bits32 5) 2
:x mod (the Bits64 5) 2
:x mod (the Nat 5) 2
:x div (the Integer 3) 5
:x div (the Int 3) 5
:x div (the Bits8 3) 5
:x div (the Bits16 3) 5
:x div (the Bits32 3) 5
:x div (the Bits64 3) 5
:x div (the Nat 3) 5
:x mod (the Integer 3) 5
:x mod (the Int 3) 5
:x mod (the Bits8 3) 5
:x mod (the Bits16 3) 5
:x mod (the Bits32 3) 5
:x mod (the Bits64 3) 5
:x mod (the Nat 3) 5
:x div (the Integer (-5)) 2
:x div (the Int (-5)) 2
:x mod (the Integer (-5)) 2
:x mod (the Int (-5)) 2
:x div (the Integer (-3)) 5
:x div (the Int (-3)) 5
:x mod (the Integer (-3)) 5
:x mod (the Int (-3)) 5
:x div (-432642342742368327462378462387) 36473264372
:x mod (-432642342742368327462378462387) 36473264372