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