Revision history of "Liste in Haskell"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 20:56, 28 March 2011Ha$kell talk contribsm 911 bytes +911 New page: Category:Ro ==. Programul == <haskell> lis1 = [1] lis2 = 2:lis1 lis3 = ['a'] lis4 = 'b':lis3 </haskell> Salvati-l cu un nume cum ar fi: ''liste.hs'' ==. Si executia lui == Se inca...