Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
GHCにGADTが導入されたのはいつですか? (バージョン + 日付)
また、それらはまだ言語拡張と見なされていますか、それとも Haskell 標準の適切な一部になっていますか?
GADT は、2005 年 3 月にリリースされたghc-6.4で初めてサポートされました。
それらはまだ言語拡張であり、最新の標準である Haskell2010 はそれらを採用していません (それは GHC のみの拡張であったためです)。