Skip to content

Commit

Permalink
Update names in Intro
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinb committed Mar 25, 2017
1 parent 72e9d64 commit 284c471
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion Intro/elem.idr → Intro/Elem.idr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module elem
module Elem

data Elem : a -> List a -> Type where
Here : Elem x (x :: xs)
Expand Down

0 comments on commit 284c471

Please sign in to comment.