coformat-0.3.0.0: Generate clang-format config based on some existing code base

Safe HaskellSafe
LanguageHaskell2010

Language.Coformat.Descr

Documentation

data Stage Source #

Constructors

Parsed 
Supported 
Value 

type family CTData f ty where ... Source #

Equations

CTData Parsed _ = () 
CTData Supported Void = Void 
CTData Supported _ = () 
CTData Value ty = ty