GithubHelp home page GithubHelp logo

tommd / fixedpoint Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 1.0 223 KB

A library of large (fixed size) ints, words, and fixed point numbers.

License: BSD 3-Clause "New" or "Revised" License

Haskell 100.00%

fixedpoint's People

Contributors

tommd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

deian

fixedpoint's Issues

[help] Isn't Odd Big Word an instance of Num?

Hi. Thank you for your convenient package.

Could you help me?
I want to use odd, big word type(for example, Word65).
So I thought that a combination of your package and OddWord package is good for it.
The following code is the one I tried.

module Example where
import Data.Word
import Data.Word.Odd
import Data.FixedPoint

type Word65 = BigWord Word1 Word64
a = 1 :: Word65

and encountered the following error

No instance for (Data.Bits.FiniteBits (OddWord Word8 (One ())))
  arising from the literal ‘1’
In the expression: 1 :: Word65
In an equation for ‘a’: a = 1 :: Word65

If you use Word8 instead of Word1, no error.
I wonder that Word1 and Word64 are certainly instances of Num but Word65 may not be an instance of Num.

How can I avoid this problem?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.