proto3-suite-0.7.0: A higher-level API to the proto3-wire library
Safe HaskellNone
LanguageHaskell2010

Proto3.Suite.DotProto.Generate.Record

Description

This module provides functions to generate regular Haskell records without using the large-records library.

Synopsis

Documentation

nfDataInstD :: HsDecl -> String -> HsDecl Source #

Generate NFData instance for a type using GHC generics