Codebase list ohcount / 78cfc95f-7386-42a8-9c13-3be662a077b3/main test / detect_files / fs1.fs
78cfc95f-7386-42a8-9c13-3be662a077b3/main

Tree @78cfc95f-7386-42a8-9c13-3be662a077b3/main (Download .tar.gz)

fs1.fs @78cfc95f-7386-42a8-9c13-3be662a077b3/mainraw · history · blame

1
2
3
// a F# file
    type FilterNode(provider, token, filter: FilterExpression, node_list) =
        inherit TagNode(provider, token)