seminal-haskell-0.0.1
Safe HaskellSafe-Inferred
LanguageHaskell2010

Seminal.Options

Documentation

data Options Source #

Constructors

Options 

Fields

data SearchMethod Source #

Constructors

Eager

Stop when the bottom of the AST is reached

Lazy

Stop when a Terminal change is found

Instances

Instances details
Eq SearchMethod Source # 
Instance details

Defined in Seminal.Options