File tree Expand file tree Collapse file tree
src/core/Language/Astview Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11// release history with features and fixed and open bugs
22
33new features implemented in master branch but not part of the latest release
4- * new language: haskell core (write high level haskell and see the core ast)
4+ - - -
5+
6+ 0.4.2
7+ * new language: Haskell core (edit high level Haskell and see the core ast)
58
690.4.1
7- * distinguish between source positions and spans
10+ * distinguish between source positions and spans
811
9120.4
1013* allowed jumping from text location to corresponding tree (and back)
Original file line number Diff line number Diff line change 11Name : astview
2- Version : 0.4.1
2+ Version : 0.4.2
33License : BSD4
44License-File : LICENSE
55Author :
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ states how their files shall be processed by astview.
44-}
55module Language.Astview.Language
66 ( Language (.. )
7- , SrcSpan (SrcSpan )
8- , SrcPos (SrcPos )
7+ , SrcSpan (.. )
8+ , SrcPos (.. )
99 , position
1010 , linear
1111 , span
You can’t perform that action at this time.
0 commit comments