Copyright | Copyright (C) 2023 Yoo Chung |
---|---|
License | GPL-3.0-or-later |
Maintainer | dev@chungyc.org |
Safe Haskell | Safe-Inferred |
Language | GHC2021 |
Some solutions to Problems.P74 of Ninety-Nine Haskell Problems.
Synopsis
- askGoldbach :: Handle -> Handle -> IO ()
Documentation
askGoldbach :: Handle -> Handle -> IO () Source #
Implementation of askGoldbach'
without do notation.