Given the file: ```haskell import System.Process ``` The parse tree is: ``` haskell (0, 0) - (1, 0) import (0, 0) - (0, 21) import (0, 0) - (0, 6) "import" qualified_module (0, 7) - (0, 21) module (0, 7) - (0, 13) "System" module (0, 14) - (0, 21) "Process" ``` There's no node for `.`, which makes life harder for AST tools like difftastic.