Skip to content

Commit

Permalink
final version of popl talk
Browse files Browse the repository at this point in the history
  • Loading branch information
sweirich committed Jan 18, 2017
1 parent ba58e75 commit 0f14cec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions popl17/RegexpExample.hs
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,17 @@ import Data.Maybe (fromJust)



path = [re|/?((?P<d>[^/]+)/)*(?P<b>[^\./]+)(?P<e>\..*)?|]
path = [re|/?((?P<d>[^/]+)/)*(?P<b>[^\./]+)(?P<e>\..*)?|]

filename = "dth/popl17/Regexp.hs"

result = match path filename







dict = fromJust result

x = get @"b" dict
y = get @"d" dict
z = get @"e" dict

w = get @"f" dict



Expand Down
Binary file modified popl17/influence.pptx
Binary file not shown.

0 comments on commit 0f14cec

Please sign in to comment.