Revision d764f6e5f484f0dcd0a4e0cc93aa3538b0731a91 authored by Anish Tondwalkar on 01 April 2019, 23:19:13 UTC, committed by Anish Tondwalkar on 01 April 2019, 23:19:13 UTC
This allows us to construct refinement types by applying a type
constructor to arguments.
1 parent 58a436c
Raw File
Setup.hs
import Distribution.Simple
main = defaultMain
back to top