1997
DOI: 10.1007/3-540-63237-9_28
|View full text |Cite
|
Sign up to set email alerts
|

First class file I/O

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2

Citation Types

0
2
0

Year Published

1999
1999
2011
2011

Publication Types

Select...
3
2

Relationship

0
5

Authors

Journals

citations
Cited by 7 publications
(2 citation statements)
references
References 4 publications
0
2
0
Order By: Relevance
“…Then, a value is unwrapped using the library function fromDyn which performs a cast, where the required type is specified by the context in which it is unwrapped: inc :: Maybe (Int → Int) inc = fromDyn incDyn Clean, on the other hand, has a more rich and mature dynamic typing system that is built in; it adopted ML's support for monomorphism (Abadi et al, 1991;Pil, 1997) and polymorphism (Abadi et al, 1994;Leroy and Mauny, 1993). Having such an extensive dynamic typing system does not only improve orthogonality with the static typing system (Van Noort et al, 2010), but also has important applications (Plasmeijer and Van Weelden, 2005;Plasmeijer et al, 2011).…”
Section: Introductionmentioning
confidence: 99%
“…Then, a value is unwrapped using the library function fromDyn which performs a cast, where the required type is specified by the context in which it is unwrapped: inc :: Maybe (Int → Int) inc = fromDyn incDyn Clean, on the other hand, has a more rich and mature dynamic typing system that is built in; it adopted ML's support for monomorphism (Abadi et al, 1991;Pil, 1997) and polymorphism (Abadi et al, 1994;Leroy and Mauny, 1993). Having such an extensive dynamic typing system does not only improve orthogonality with the static typing system (Van Noort et al, 2010), but also has important applications (Plasmeijer and Van Weelden, 2005;Plasmeijer et al, 2011).…”
Section: Introductionmentioning
confidence: 99%
“…Haskell has minimal support for dynamic typing, it only sup ports monomorphism (Baars and Swierstra, 2002;Cheney and Hinze, 2002). Clean, on the other hand, has a rich and mature dynamic typing system; it adopted ML's support for monomor phism (Abadi et al, 1991;Pil, 1997) and parametric polymor phism (Abadietal., 1994;Leroy andMauny, 1993). Additionally, it includes the notion of type dependencies (Pil, 1999).…”
Section: Introductionmentioning
confidence: 99%