diff paper/src/AgdaRecordProj.agda @ 64:10a550bf7e4a

Mini fixes with ryokka-san
author atton <atton@cr.ie.u-ryukyu.ac.jp>
date Fri, 03 Feb 2017 14:49:58 +0900
parents fb42478e4c96
children
line wrap: on
line diff
--- a/paper/src/AgdaRecordProj.agda	Fri Feb 03 11:59:41 2017 +0900
+++ b/paper/src/AgdaRecordProj.agda	Fri Feb 03 14:49:58 2017 +0900
@@ -1,5 +1,5 @@
 getX : Point -> Nat
-getX p = Point.get p
+getX p = Point.x p
 
 getY : Point -> Nat
 getY record { x = a ; y = b} = b