1
0
mirror of https://github.com/dhil/phd-dissertation synced 2026-03-13 02:58:26 +00:00

File I/O [WIP]

This commit is contained in:
2020-10-27 00:22:39 +00:00
parent 604e8047f1
commit 8700c0f439
3 changed files with 240 additions and 45 deletions

View File

@@ -1,5 +1,3 @@
# Daniel's master's thesis (initial implementation of handlers in Links)
@MastersThesis{Hillerstrom15,
author = {Daniel Hillerström},
@@ -1553,4 +1551,12 @@
pages = {147--155},
publisher = {{ACM}},
year = {1993}
}
# Purely functional data structures
@book{Okasaki99,
author = {Chris Okasaki},
title = {Purely functional data structures},
publisher = {Cambridge University Press},
year = {1999}
}