Skip to content

Commit

Permalink
kljsadg
Browse files Browse the repository at this point in the history
  • Loading branch information
skididdles committed Oct 7, 2014
1 parent c248661 commit c5070e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mattsjunk.hs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ 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 (ss) curstu ol=
-- if (not . (elem curstu ol))
-- then if
-- map curstu currentstudent `checkindividual`
-- then


{-
Expand Down

0 comments on commit c5070e4

Please sign in to comment.