Ellie Hermaszewska
Ellie Hermaszewska
As requested, here's this change with a more thorough explanation. Elm's `Int` type is a 32bit two's complement integer. The exact size of Haskell's `Int` type is unspecified. Having instances...
The title says it all really. This would make go_file a little more robust regarding edition location. Probably dependent on cabal support in hdevtools: https://github.com/bitc/hdevtools/pull/30
The build log in a clean sandbox is: ``` $ cabal install Resolving dependencies... Notice: installing into a sandbox located at C:\Users\jophish\src\haskell\regions\.cabal-sandbox Configuring stm-2.4.4... Configuring transformers-0.4.2.0... Building stm-2.4.4... Building transformers-0.4.2.0......
FunctionalDependencies and FlexibleContexts are no longer needed in Internal.hs. Also update the comment on TypeFamilies to reflect the change from RegionBaseControl to RegionIOControl.
I've written some code making it possible to deriving `Unifiable` instances using `Generic1` from `GHC.Generics`. How maintained is this repo, i.e. if I make a PR will it see the...
I guess this depends on upstream repo support?
I was surprised to find that these aren't the definitions for `HWND` and `HANDLE` `newtype HWND = HWND { unsafeHWNDToHANDLE :: HANDLE }` `newtype HANDLE = HANDLE { unsafeHANDLEToPtr ::...
I see it was removed when things were rewritten to use delimited continuations.
Does it make sense to export symbols such as `words` and `lines` from `CLaSH.Prelude`?