Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion packages/coln-compiler/src/Coln/Backend/IR.hs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ data Entity = Entity
{ entityVariant :: EntityVariant
, -- , columns :: Trie ColType
columns :: [(ColName, ColType)]
, primaryKey :: Maybe (Set.Set ColName)
, primaryKey :: Maybe (Set.Set ColName) -- Should these just be integers instead of names?
}
deriving (Show, Eq, Generic)

Expand Down
Loading
Loading