Skip to content

Commit

Permalink
most recent
Browse files Browse the repository at this point in the history
  • Loading branch information
skididdles committed Oct 7, 2014
1 parent c9dd466 commit 35c6c40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mattsjunk.hs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ fixstruct index student ss = do
addstudent :: a -> (t, [a]) -> (t, [a])
addstudent s curstu = head [ (y, s: x) | let x = snd curstu , let y = fst curstu]

outputlist :: Int -> [[Int]]
outputlist numgroup = map (drop 1) (map (:[]) [1..(numgroup)])

checkoutputlist ol = do

{-
Updates the current list of already grouped
used for generating groups for assignment
Expand Down

0 comments on commit 35c6c40

Please sign in to comment.