hsudoku-0.1.1.0: Sudoku game with a GTK3 interface

Copyright(c) Marcel Moosbrugger 2017
LicenseMIT
Safe HaskellNone
LanguageHaskell2010

Sudoku.Loader

Description

This module contains functions to load sudokus from the internet.

Synopsis

Documentation

loadSudoku :: Difficulty -> IO (Maybe Sudoku) Source #

Loads a sudoku with a given difficulty level from the internet.