Module

Sudoku.Util

Package
purescript-sudoku
Repository
sanrokugomaato/purescript-sudoku

The collection of functions used in purescript-sudoku code base.

#fromJust' Source

fromJust' :: forall a. Maybe a -> a

The partial and unsafe version of fromJust.

#choose Source

choose :: forall e. Array ~> (Eff (random :: RANDOM | e))

The choose function is used to randomly pick an element from an array.