Skip to content

Commit

Permalink
[mmzk] (doc) Adequate extensions in README example
Browse files Browse the repository at this point in the history
  • Loading branch information
MMZK1526 committed Apr 19, 2024
1 parent 9a094b6 commit cb72f99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ For example, suppose we have three tables for users, posts, and comments, and ea
```Haskell
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE PolyKinds #-}
{-# LANGUAGE TypeApplications #-}

import Data.KindID
Expand Down

0 comments on commit cb72f99

Please sign in to comment.