diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2024-08-11 10:43:36 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2024-08-11 10:55:34 +0200 |
commit | a0480b7ac0705a214136a9a5eb50454abfd67985 (patch) | |
tree | 6532616bd61bc4771a08a4b6151dad03d9eea529 /src/Process.hs | |
parent | e6bab9cb2aabafb27324f7d923739a8f4a96ad97 (diff) |
Remove emptyVarValue from ExprType class
Diffstat (limited to 'src/Process.hs')
-rw-r--r-- | src/Process.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Process.hs b/src/Process.hs index d048792..48ed40f 100644 --- a/src/Process.hs +++ b/src/Process.hs @@ -50,7 +50,6 @@ instance Eq Process where instance ExprType Process where textExprType _ = T.pack "proc" textExprValue n = T.pack "p:" <> textProcName (procName n) - emptyVarValue = Process (ProcName T.empty) undefined undefined undefined undefined emptyVarValue recordMembers = map (first T.pack) [ ("node", RecordSelector $ procNode) |