diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2026-05-23 21:45:02 +0200 |
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2026-05-24 17:47:37 +0200 |
| commit | bbf1fd0846fa51f74ef01399ab005d4d847becce (patch) | |
| tree | 22d0afc8420ca28d0b13a82feb41e81753acf9e0 /src/Test.hs | |
| parent | 858403fc3ea0888ea748cb23b04fcefe1d21c117 (diff) | |
Diffstat (limited to 'src/Test.hs')
| -rw-r--r-- | src/Test.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Test.hs b/src/Test.hs index d16b997..61f2e3d 100644 --- a/src/Test.hs +++ b/src/Test.hs @@ -31,6 +31,7 @@ data Test = Test } data Tag = Tag ModuleName VarName + deriving (Eq) instance ExprType Tag where textExprType _ = "Tag" |