src/Mnemonics/Program.fs [40:50]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - let rec impl exps (builder:StringBuilder) = match exps with | Text(txt) :: t -> builder.AppendString txt impl t builder | DefaultValue :: t -> builder.AppendString defValue impl t builder | Variable(name, value) :: t -> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/Mnemonics/Program.fs [247:257]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - let rec impl exps (builder:StringBuilder) = match exps with | Text(txt) :: t -> builder.AppendString txt impl t builder | DefaultValue :: t -> builder.AppendString defValue impl t builder | Variable(name, value) :: t -> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -