File tree 4 files changed +4
-0
lines changed
4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1
1
{-# LANGUAGE FlexibleContexts #-}
2
+ {-# LANGUAGE GADTs #-}
2
3
3
4
module Grisette.Lib.Synth.Operator.OpParser (OpParser (.. )) where
4
5
Original file line number Diff line number Diff line change 1
1
{-# LANGUAGE FlexibleContexts #-}
2
+ {-# LANGUAGE GADTs #-}
2
3
3
4
module Grisette.Lib.Synth.Program.ProgParser
4
5
( ProgParser (.. ),
Original file line number Diff line number Diff line change 1
1
{-# LANGUAGE FlexibleContexts #-}
2
+ {-# LANGUAGE GADTs #-}
2
3
3
4
module Grisette.Lib.Synth.Type.TypeParser (TypeParser (.. )) where
4
5
Original file line number Diff line number Diff line change 1
1
{-# LANGUAGE ConstraintKinds #-}
2
2
{-# LANGUAGE FlexibleContexts #-}
3
+ {-# LANGUAGE GADTs #-}
3
4
{-# LANGUAGE OverloadedStrings #-}
4
5
{-# LANGUAGE RankNTypes #-}
5
6
{-# LANGUAGE ScopedTypeVariables #-}
You can’t perform that action at this time.
0 commit comments