I noticed in some code in this sample that contained the >> operator:
let printTree = tree >> Seq.iter (Seq.fold (+) \"\" >> printfn \"%s\") >
According to F# Symbol and Operator Reference it is Forward Function Composition operator.