Sha256: 69b300c44ec29ea6a238924887cf995468529bf114be4cc3da8a56a7945fa6d0
Contents?: true
Size: 165 Bytes
Versions: 134
Compression:
Stored size: 165 Bytes
Contents
(* Rose tree *) datatype 'a tree = Empty | Elem of 'a | List of 'a tree list fun flatten (xs: 'a tree): 'a list = raise Fail "'flatten' has not been implemented"
Version data entries
134 entries across 134 versions & 1 rubygems