darcs patch: fix non-GHC-specific variant of FastTypes
Isaac Dupree
isaacdupree at charter.net
Sun Apr 29 17:07:59 EDT 2007
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Isaac Dupree wrote:
> +-- however it's still possible to check that these are
> +-- valid signatures nonetheless (e.g., ==# returns Bool
> +-- not FastBool/Int# !)
> +_signatures =
> + ( (+#) :: FastInt -> FastInt -> FastInt
> + , (-#) :: FastInt -> FastInt -> FastInt
> + , (*#) :: FastInt -> FastInt -> FastInt
> + , (==#) :: FastInt -> FastInt -> Bool
> + , (<#) :: FastInt -> FastInt -> Bool
> + , (<=#) :: FastInt -> FastInt -> Bool
> + , (>=#) :: FastInt -> FastInt -> Bool
> + , (>#) :: FastInt -> FastInt -> Bool
> + )
I don't like this hack, and it's not strictly necessary... is there a
good way to do what I'm trying to do here? (or just leaving that bit out
would be fine, probably)
Isaac
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFGNQkvHgcxvIWYTTURAooZAKC+lQ6ZwPwVl7K6fw9D0e2JVftHdwCgzU64
hSxL2n1p19jsezdr7W+bP28=
=yyH8
-----END PGP SIGNATURE-----
More information about the Cvs-ghc
mailing list