[icfp] add singletons cite
This commit is contained in:
parent
54dcc0344f
commit
23b85bb52c
|
@ -1137,3 +1137,10 @@
|
|||
#:author "Matthew Flatt"
|
||||
#:location (proceedings-location icfp #:pages '(72 83))
|
||||
#:date 2002))
|
||||
|
||||
(define ew-haskell-2012
|
||||
(make-bib
|
||||
#:title "Dependently Typed Programming with Singletons"
|
||||
#:author "Richard A. Eisenberg and Stephanie Weirich"
|
||||
#:location (proceedings-location haskell #:pages '(117 130))
|
||||
#:date 2012))
|
||||
|
|
|
@ -31,7 +31,7 @@ The above are all @emph{value errors} that depend on properties not expressed
|
|||
by Haskell's standard list, integer, and string datatypes.
|
||||
Even so, it is obvious to the programmer that the expressions will go wrong
|
||||
and there have been many proposals for detecting these and other value
|
||||
errors@~cite[a-icfp-1999 ddems-icse-2011 lb-sigplan-2014].
|
||||
errors@~cite[a-icfp-1999 ddems-icse-2011 ew-haskell-2012 lb-sigplan-2014].
|
||||
What stands between these proposals and their adoption is the complexity or
|
||||
annotation burden they impose on language users.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user