Copyright | (c) 2014 Antonio Nikishaev |
---|---|
License | BSD-style |
Maintainer | a@lelf.me |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
This module allows you to make more points in your numbers
import Prelude hiding ((.)) import Acme.Pointful -- re-exports Control.Category's (.) ghc, ip ∷ Pointful ghc = 7.8.2 -- ≡ Pointful [7,8,2] ip = 192.168.100.1
It won't work with big numbers (and it won't even try to prevent incorrect results). Up to 7 digits is ok.
Don't use if your code is not pointless enough.