diff options
author | Tom Smeding <tom@tomsmeding.com> | 2024-06-09 12:52:50 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2024-06-09 12:53:21 +0200 |
commit | 6e2c2594db3f32e98c66893943e02c9c0bde8c03 (patch) | |
tree | 89b50773d53f624b457422ab0bdb310ee0bf3f3c /src/A.hs | |
parent | 9d31dca7288b0e5ff50dd9f44381b70b742755f2 (diff) |
Diffstat (limited to 'src/A.hs')
-rw-r--r-- | src/A.hs | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,9 +1,8 @@ module A where import Language.Haskell.TH - import F -kaas :: Exp -kaas = LitE (StringL "kaas") +foo :: Exp +foo = LitE (StringL "foo") |