summaryrefslogtreecommitdiff
path: root/src/LambdaCube/Compiler/DesugaredSource.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/LambdaCube/Compiler/DesugaredSource.hs')
-rw-r--r--src/LambdaCube/Compiler/DesugaredSource.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LambdaCube/Compiler/DesugaredSource.hs b/src/LambdaCube/Compiler/DesugaredSource.hs
index 510b3de2..dcf1dfbf 100644
--- a/src/LambdaCube/Compiler/DesugaredSource.hs
+++ b/src/LambdaCube/Compiler/DesugaredSource.hs
@@ -319,7 +319,7 @@ data Lit
319 | LChar Char 319 | LChar Char
320 | LFloat Double 320 | LFloat Double
321 | LString String 321 | LString String
322 deriving (Eq, Generic) 322 deriving (Eq, Generic, Show)
323 323
324instance Binary Lit 324instance Binary Lit
325 325
@@ -366,7 +366,7 @@ instance PShow Binder where
366 BMeta -> "BMeta" 366 BMeta -> "BMeta"
367 367
368data Visibility = Hidden | Visible 368data Visibility = Hidden | Visible
369 deriving (Eq, Generic) 369 deriving (Eq, Generic, Show)
370 370
371instance Binary Visibility 371instance Binary Visibility
372 372