Haskell is a member of an unusable hidden package

System completely filled with useful useful IO materials, but apparently it was deprecated, I have to understand (assuming this because it was moved to the deprecated haskell98 package); Is there any information about where the components were distributed?

I want to use System.timeout , but since I cannot use System , I assume that timeout been ported to another module. What module did he move to? What modules were any other System bits ported to?

+4
source share
1 answer

The old System module was divided into several hierarchical modules in the System namespace. For example, timeout now in the System.Timeout module.

You can see all the System.* Modules - and much more - in the documentation for base .

You can always search for hoogle for certain functions.

+6
source

Source: https://habr.com/ru/post/1481567/


All Articles