Skip to content

Commit

Permalink
yampa: Group imports (KSG Haskell 1.3.0 - 3.5). Refs #266.
Browse files Browse the repository at this point in the history
Imports should be grouped between external imports, external imports
from the same project (but different libraries) and internal imports.
When groups are used, comments must be used to indicate the nature of
each group. If there are no distinct groups, they are considered to be
all in the same group.
  • Loading branch information
ivanperez-keera committed Apr 29, 2023
1 parent 79d4876 commit db14629
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions yampa/src/FRP/Yampa/Random.hs
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ module FRP.Yampa.Random
)
where

-- External imports
import System.Random (Random (..), RandomGen (..))

-- Internal imports
import FRP.Yampa.Diagnostics
import FRP.Yampa.Event
import FRP.Yampa.InternalCore (SF (..), SF' (..), Time)
Expand Down

0 comments on commit db14629

Please sign in to comment.