minor commenting in Main
This commit is contained in:
parent
b08826ec94
commit
5f98759aee
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ main :: IO ()
|
|||
main = do
|
||||
CLIOptions{..} <- getRecord "image options"
|
||||
let (Options{gen = gen}) = defaultOpts
|
||||
gen' <- getStdGen -- pure . mkStdGen $ 2344
|
||||
gen' <- getStdGen -- for consistency, swap with something like: pure . mkStdGen $ 2344
|
||||
let gens :: [StdGen] = map fst . iterate (split . snd) . split $ gen'
|
||||
print gen'
|
||||
image <- Img.readImageRGB VU input
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue