Skip to content
Snippets Groups Projects
Commit 0463fe86 authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Wibble && definition

parent b965c45c
No related branches found
No related tags found
No related merge requests found
......@@ -142,8 +142,8 @@ int64ToInteger i = if ((i `leInt64#` intToInt64# 0x7FFFFFFF#) &&
else case int64ToInteger# i of
(# s, d #) -> J# s d
where -- XXX Move the (&&) definition below us?
True && True = True
_ && _ = False
True && x = x
False && _ = False
#endif
toInt# :: Integer -> Int#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment