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

Safe HaskellSafe
LanguageHaskell2010

Clang.Format.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