File tree 4 files changed +4
-2
lines changed
4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -235,6 +235,7 @@ main = do
235
235
236
236
writeFileUTF8 (allOutputFile ++ " .agda" ) $
237
237
unlines [ header
238
+ , " {-# OPTIONS --rewriting #-}\n "
238
239
, mkModule allOutputFile
239
240
, format libraryfiles
240
241
]
Original file line number Diff line number Diff line change 5
5
------------------------------------------------------------------------
6
6
7
7
-- Note that core modules are not included.
8
-
Original file line number Diff line number Diff line change
1
+ {-# OPTIONS --rewriting #-}
2
+
1
3
module README where
2
4
3
5
------------------------------------------------------------------------
Original file line number Diff line number Diff line change 4
4
-- An example showing how the Debug.Trace module can be used
5
5
------------------------------------------------------------------------
6
6
7
- {-# OPTIONS --without-K #-}
7
+ {-# OPTIONS --without-K --rewriting #-}
8
8
9
9
module README.Debug.Trace where
10
10
You can’t perform that action at this time.
0 commit comments