diff options
| author | Matthew Hall <hallmatthew314@gmail.com> | 2023-02-23 23:23:21 +1300 |
|---|---|---|
| committer | Matthew Hall <hallmatthew314@gmail.com> | 2023-02-23 23:23:21 +1300 |
| commit | b89d46e7df8ae65786abe37b5703392e9042db83 (patch) | |
| tree | 2ed4605a80f7f407f98325a862b32629b40f0f78 /DSL/Util.hs | |
| parent | 1c2e8f59960c18b5e5794fba214a3f0906fb074d (diff) | |
StackModifiers now use Void
Diffstat (limited to 'DSL/Util.hs')
| -rw-r--r-- | DSL/Util.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DSL/Util.hs b/DSL/Util.hs index 44d272c..6affe75 100644 --- a/DSL/Util.hs +++ b/DSL/Util.hs @@ -45,5 +45,5 @@ buildProcTable :: [ProcSpec] -> Either String ProcTable buildProcTable ps = appendProcTable ps empty unreachable :: a -unreachable = error "this branch should be unreachable" +unreachable = error "This branch should be unreachable. If you can read this, something has gone EXTREMELY wrong." |
