Skip to content

KojoBailey/bit-arrays-hs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Bit Arrays in Haskell

Learned about bit arrays in my uni Computer Science course and figured I'd help solidify the knowledge by implementing this in Haskell.

This is mostly for experimentation, so nothing crazy. Expect some inconsistency and weird code.

API

Contains 4 functions (so far):

  1. generateBitArray seq set
  2. boolToBit bool
  3. isBitSubset b1 b2
  4. isSubsetOf x y

About

Bit Arrays in Haskell

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published