diff paper/abstract_eng.tex @ 43:aa6de0f67a0a

add files
author Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp>
date Tue, 04 Feb 2014 09:38:20 +0900
parents ff15fb78a3ae
children 130082e3f790
line wrap: on
line diff
--- a/paper/abstract_eng.tex	Tue Feb 04 06:35:58 2014 +0900
+++ b/paper/abstract_eng.tex	Tue Feb 04 09:38:20 2014 +0900
@@ -3,7 +3,7 @@
 It provides a modern type system, type-safe and type inference makes it possible to write a program reliable\cite{types}.
 Haskell has referential transparency that allows the programmer and the compiler to reason about program behavior.
 
-In this study, We implement the parallel database using Haskell and non-destructive tree.
+In this study, we implement the parallel database using Haskell and non-destructive tree.
 
 We measures the performance for reading and writing of parallel database.
 We achieve to bring out the performance of the multi-core processor.