Home
last modified time | relevance | path

Searched refs:noFastReduceFlag (Results 1 – 1 of 1) sorted by relevance

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Interaction/Options/
H A DBase.hs579 noFastReduceFlag :: Flag PragmaOptions
580 noFastReduceFlag o = return $ o { optFastReduce = False } function
1020 , Option [] ["no-fast-reduce"] (NoArg noFastReduceFlag)