https://github.com/sheaf/t24934
Reproducer for GHC bug #24934
https://github.com/sheaf/t24934
Last synced: 7 months ago
JSON representation
Reproducer for GHC bug #24934
- Host: GitHub
- URL: https://github.com/sheaf/t24934
- Owner: sheaf
- Created: 2024-08-05T14:36:54.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-05T14:37:47.000Z (almost 2 years ago)
- Last Synced: 2024-12-28T12:44:05.130Z (over 1 year ago)
- Language: Haskell
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Reproducer for [GHC bug #24934](https://gitlab.haskell.org/ghc/ghc/-/issues/24934).
To reproduce, run the following:
```
ghc -O1 T24934a.hs T24934b.hs Main.hs
./Main
```
```
Main: internal error: Oops! Entered absent arg Arg: $d~
Type: RepDim (F i 2) ~ 2
In module `T24934b'
Please report this as a GHC bug: https://www.haskell.org/ghc/reportabug
```