Format.NodeSourceOperations on Format's Node
type t = | Text of string| String of Field.String.Key.t| Bool of Field.Bool.Key.t| Int64 of Field.Int64.Key.t| Int of Field.Int.Key.t| Float of Field.Float.Key.ttype of a format node
to_text s outputs the text value of Text, the empty string otherwise.