Skip to content

Commit 9294e96

Browse files
cstmlbladyjoker
andauthored
Apply suggestions from code review
Co-authored-by: Dražen Popović <bladyjoker@gmail.com>
1 parent 7a616f5 commit 9294e96

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

lambda-buffers-compiler/src/LambdaBuffers/Compiler/KindCheck/Context.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ import Prettyprinter (
1414
(<+>),
1515
)
1616

17-
-- import LambdaBuffers.Compiler.ProtoCompat (TyRef)
18-
-- type Variable = TyRef
1917

2018
data Context = Context
2119
{ _context :: M.Map Variable Kind

lambda-buffers-compiler/src/LambdaBuffers/Compiler/KindCheck/Variable.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ module LambdaBuffers.Compiler.KindCheck.Variable (Variable (LocalRef, ForeignRef
33
import Data.Text (Text)
44
import Prettyprinter (Pretty (pretty), concatWith)
55

6-
-- import LambdaBuffers.Compiler.ProtoCompat (TyRef)
76
type Atom = Text
87

9-
-- type Variable = TyRef
108
data Variable
119
= LocalRef Text
1210
| ForeignRef [Text] Text

lambda-buffers-compiler/src/LambdaBuffers/Compiler/ProtoCompat/Types.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{-# LANGUAGE DuplicateRecordFields #-}
2-
{-# OPTIONS_GHC -Wno-missing-import-lists #-}
32
{-# OPTIONS_GHC -Wno-redundant-constraints #-}
43

54
module LambdaBuffers.Compiler.ProtoCompat.Types (

0 commit comments

Comments
 (0)