notas-tsfc/set.hs

3 lines
68 B
Haskell
Raw Normal View History

2023-03-10 22:47:40 +01:00
import Data.Set as Set
let mySet = Set.fromList[1, 2, 3, 4, 5, 6]