Set consolidation: Difference between revisions

Content added Content deleted
(Change unsage IO to monad IO)
Line 671: Line 671:
putLn x
putLn x
y <- return $ consolidate [['A','B'], ['B','D']]
y <- return $ consolidate [['A','B'], ['B','D']]
putLn y</pre>
putLn y</lang>


=={{header|F_Sharp|F#}}==
=={{header|F_Sharp|F#}}==