Home
last modified time | relevance | path

Searched refs:Ormolu (Results 101 – 125 of 186) sorted by relevance

12345678

/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ormolu-0.1.4.1/src/Ormolu/Printer/Meat/
H A DType.hs6 module Ormolu.Printer.Meat.Type module
20 import Ormolu.Printer.Combinators
21 import Ormolu.Printer.Meat.Common
22 import {-# SOURCE #-} Ormolu.Printer.Meat.Declaration.Value (p_hsSplice, p_stringLit)
23 import Ormolu.Printer.Operators
24 import Ormolu.Utils
H A DCommon.hs5 module Ormolu.Printer.Meat.Common module
24 import Ormolu.Printer.Combinators
25 import Ormolu.Utils
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/fourmolu-0.3.0.0/src/Ormolu/Printer/Meat/
H A DType.hs6 module Ormolu.Printer.Meat.Type module
20 import Ormolu.Printer.Combinators
21 import Ormolu.Printer.Meat.Common
22 import {-# SOURCE #-} Ormolu.Printer.Meat.Declaration.Value (p_hsSplice, p_stringLit)
23 import Ormolu.Printer.Operators
24 import Ormolu.Utils
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/fourmolu-0.3.0.0/tests/Ormolu/Parser/
H A DPragmaSpec.hs1 module Ormolu.Parser.PragmaSpec (spec) where module
3 import Ormolu.Parser.Pragma
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ormolu-0.1.4.1/tests/Ormolu/Parser/
H A DPragmaSpec.hs1 module Ormolu.Parser.PragmaSpec (spec) where module
3 import Ormolu.Parser.Pragma
/dports/devel/hs-ormolu/ormolu-0.4.0.0/tests/Ormolu/Parser/
H A DPragmaSpec.hs1 module Ormolu.Parser.PragmaSpec (spec) where module
3 import Ormolu.Parser.Pragma
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/fourmolu-0.3.0.0/tests/Ormolu/
H A DPrinterSpec.hs3 module Ormolu.PrinterSpec (spec) where module
12 import Ormolu
13 import Ormolu.Config
/dports/devel/hs-ormolu/ormolu-0.4.0.0/src/Ormolu/Diff/
H A DParseResult.hs12 module Ormolu.Diff.ParseResult module
24 import Ormolu.Parser.CommentStream
25 import Ormolu.Parser.Result
26 import Ormolu.Utils
/dports/devel/hs-ormolu/ormolu-0.4.0.0/src/Ormolu/Processing/
H A DPreprocess.hs7 module Ormolu.Processing.Preprocess module
25 import Ormolu.Config (RegionDeltas (..))
26 import Ormolu.Processing.Common
27 import Ormolu.Processing.Cpp
H A DCommon.hs6 module Ormolu.Processing.Common module
19 import Ormolu.Config
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/exe/
H A DPlugins.hs79 import Ide.Plugin.Ormolu as Ormolu
117 Ormolu.descriptor "ormolu" :
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/exe/
H A DPlugins.hs79 import Ide.Plugin.Ormolu as Ormolu
117 Ormolu.descriptor "ormolu" :
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/fourmolu-0.3.0.0/src/Ormolu/Printer/
H A DInternal.hs10 module Ormolu.Printer.Internal module
70 import Ormolu.Config
71 import Ormolu.Parser.Anns
72 import Ormolu.Parser.CommentStream
73 import Ormolu.Printer.SpanStream
74 import Ormolu.Utils (showOutputable)
/dports/devel/hs-ormolu/ormolu-0.4.0.0/src/Ormolu/Printer/Meat/
H A DType.hs8 module Ormolu.Printer.Meat.Type module
32 import Ormolu.Printer.Combinators
33 import Ormolu.Printer.Meat.Common
34 import {-# SOURCE #-} Ormolu.Printer.Meat.Declaration.Value (p_hsSplice, p_stringLit)
35 import Ormolu.Printer.Operators
36 import Ormolu.Utils
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ormolu-0.1.4.1/src/Ormolu/
H A DConfig.hs5 module Ormolu.Config module
17 import Ormolu.Terminal (ColorMode (..))
/dports/devel/hs-ormolu/ormolu-0.4.0.0/src/Ormolu/
H A DConfig.hs6 module Ormolu.Config module
21 import Ormolu.Terminal (ColorMode (..))
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/fourmolu-0.3.0.0/
H A DREADME.md6 Fourmolu is a formatter for Haskell source code. It is a fork of [Ormolu](https://github.com/tweag/…
8 We share all bar one of Ormolu's goals:
37 diff-friendly-import-export: true # 'false' uses Ormolu-style lists
43 See [here](fourmolu.yaml) for a config to simulate the behaviour of Ormolu.
108 …ly early stage of development. The implementation should be as stable as Ormolu, as it only makes …
124 The vast majority of work here has been done by the Ormolu developers, and thus they deserve almost…
/dports/devel/hs-ormolu/ormolu-0.4.0.0/src/Ormolu/Utils/
H A DExtensions.hs6 module Ormolu.Utils.Extensions module
26 import Ormolu.Config
27 import Ormolu.Exception
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ormolu-0.1.4.1/src/Ormolu/Printer/
H A DInternal.hs10 module Ormolu.Printer.Internal module
66 import Ormolu.Parser.Anns
67 import Ormolu.Parser.CommentStream
68 import Ormolu.Printer.SpanStream
69 import Ormolu.Utils (showOutputable)
H A DCombinators.hs9 module Ormolu.Printer.Combinators module
71 import Ormolu.Printer.Comments
72 import Ormolu.Printer.Internal
/dports/devel/hs-ormolu/ormolu-0.4.0.0/src/Ormolu/Printer/
H A DInternal.hs10 module Ormolu.Printer.Internal module
71 import Ormolu.Config (SourceType (..))
72 import Ormolu.Parser.CommentStream
73 import Ormolu.Printer.SpanStream
74 import Ormolu.Utils (showOutputable)
/dports/devel/hs-ormolu/ormolu-0.4.0.0/src/Ormolu/Printer/Meat/Declaration/
H A DData.hs8 module Ormolu.Printer.Meat.Declaration.Data module
21 import Ormolu.Printer.Combinators
22 import Ormolu.Printer.Meat.Common
23 import Ormolu.Printer.Meat.Type
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/fourmolu-0.3.0.0/app/
H A DMain.hs24 import Ormolu
25 import Ormolu.Config
26 import Ormolu.Parser (manualExts)
27 import Ormolu.Utils (showOutputable)
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/plugins/hls-ormolu-plugin/
H A Dhls-ormolu-plugin.cabal4 synopsis: Integration with the Ormolu code formatter
20 exposed-modules: Ide.Plugin.Ormolu
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/plugins/hls-ormolu-plugin/
H A Dhls-ormolu-plugin.cabal4 synopsis: Integration with the Ormolu code formatter
20 exposed-modules: Ide.Plugin.Ormolu

12345678