implemented getNumRungs

This commit is contained in:
2024-08-20 20:52:14 -04:00
parent 9bd9b4a05e
commit 24a1f2f10c
3 changed files with 22 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ module Abacus.Internal (Abacus (..)) where
data Abacus = Abacus
{ abacusNumBeads :: Int
-- ^ The number of beads per rung of the abacus
, abacusRows :: [Int]
, abacusRungs :: [Int]
-- ^ The number of beads slid across each rung
} deriving (Eq, Show)