Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 384 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 384 Bytes

dhall-default

Generate default records from types.

Installation

cabal new-install --overwrite-policy=always --installdir=/where/to/install

Usage

% dhall-default --filename io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.ServiceReference.dhall
  { path = None Text, port = None Natural }
: { path : Optional Text, port : Optional Natural }