3 lines
67 B
Text
3 lines
67 B
Text
import StdMaybe
|
|
|
|
:: Link t = { next :: Maybe (Link t), data :: t }
|
import StdMaybe
|
|
|
|
:: Link t = { next :: Maybe (Link t), data :: t }
|