Commit Graph

268 Commits

Author SHA1 Message Date
Rashad Gover
3734bd0f28 Update README.md 2022-07-26 22:52:57 -05:00
Rashad Gover
0387332c00 Update README.md 2022-07-26 22:44:45 -05:00
Rashad Gover
c7f40d470c Update README.md 2022-07-26 22:43:53 -05:00
Rashad Gover
7f5a58d075 Update README.md 2022-07-26 22:42:57 -05:00
Rashad Gover
73354a2a45 Update README.md 2022-07-26 21:55:33 -05:00
Rashad Gover
acdb64521a Cut down number of examples 2022-07-27 02:48:29 +00:00
Rashad Gover
d0a2169c7d Work on Parser Monad that uses IO for better performance 2022-07-27 02:41:36 +00:00
Rashad Gover
85c6cad4bb Ready to implement quasiquotation interface 2022-07-27 02:19:17 +00:00
Rashad Gover
acbda52b9e Make more modifications to design 2022-07-27 00:30:17 +00:00
Rashad Gover
be2c985239 Modify syntax for quasiquotation 2022-07-26 19:09:59 +00:00
Rashad Gover
7ff7cd6e3c Modify quasiquote syntax proposal 2022-07-26 18:37:54 +00:00
Rashad Gover
409e0cd9be Flesh out HTTPDataStore idea 2022-07-26 18:27:59 +00:00
Rashad Gover
53b1a1f436 Come up with concept of HTTPDataStore 2022-07-26 18:16:30 +00:00
Rashad Gover
35fb7b7435 Finalize design for QuasiQuote helpers 2022-07-26 17:53:27 +00:00
Rashad Gover
e36ef37f92 Add ideas for parser generation with quasiquotes and URLs 2022-07-26 00:11:03 +00:00
Rashad Gover
61618e9015 Fix formatting 2022-07-05 15:15:26 +00:00
Rashad Gover
ba976d4dfa Remove unecessary modules 2022-07-05 15:14:23 +00:00
Rashad Gover
289be1dc17 Expose more functions 2022-07-05 14:50:10 +00:00
Rashad Gover
0321db28d1 Simplify Okapi interface 2022-07-05 14:43:37 +00:00
Rashad Gover
6d1c7c9aa2 Make huge changes to interface 2022-07-05 09:05:00 +00:00
Rashad Gover
83d055a1e1 Add tests 2022-07-03 06:46:12 +00:00
Rashad Gover
9a0fed12fa Remove query param check from respond; Add cookies helper 2022-07-03 05:29:18 +00:00
Rashad Gover
54ea6fbe36 Replace Result type with Response; simplify/add/remove functions for better API 2022-07-02 23:12:24 +00:00
Rashad Gover
7db3a72c94 Remove Result; make interface better for kleisli composition 2022-07-01 10:15:11 +00:00
Rashad Gover
1b066ce7ef Touch ups 2022-06-17 14:30:38 +00:00
Rashad Gover
6748353eaa Change seg prefix to path; add guard functions 2022-06-16 12:01:51 +00:00
Rashad Gover
608c857ad1 Make first Hackage release 2022-05-30 08:51:05 +00:00
Rashad Gover
bccb68febc Remove executables 2022-05-29 10:21:24 +00:00
Rashad Gover
a83062c942 Merge branch 'main' of github.com:MonadicSystems/okapi into main 2022-05-03 17:20:15 +00:00
Rashad Gover
701666b3ee Update chess example 2022-05-03 17:20:08 +00:00
Rashad Gover
5515ced9ae Update README.md 2022-04-24 15:36:23 -05:00
Rashad Gover
8f0f5a80ba Update README.md 2022-04-24 11:05:32 -05:00
Rashad Gover
7d7f13b6af Outline select and move handlers 2022-04-22 23:43:16 +00:00
Rashad Gover
970bdf34f1 Reorganize code 2022-04-22 20:14:14 +00:00
Rashad Gover
c3225cd452 Modify SSE example 2022-04-22 19:22:23 +00:00
Rashad Gover
cd32a79552 Add new SSE example 2022-04-22 19:15:04 +00:00
Rashad Gover
94c28551e5 Monad comprehension example removed annotation 2022-04-21 06:46:50 +00:00
Rashad Gover
d54b0288e9 Monad comprehension example 2022-04-21 06:46:17 +00:00
Rashad Gover
fa90d2e2a7 Fix make (<\!>) operator more generic in type 2022-04-21 06:04:02 +00:00
Rashad Gover
9ca8875620 Add todo 2022-04-21 05:54:03 +00:00
Rashad Gover
586f7dba4d Add functions for responding with files 2022-04-21 05:49:17 +00:00
Rashad Gover
f790c5fd91 Add id to board 2022-04-21 05:16:12 +00:00
Rashad Gover
bfd543e84d Fix chessborad 2022-04-21 05:08:29 +00:00
Rashad Gover
efed065cc0 Can't get board message to send. Too big? 2022-04-21 02:29:43 +00:00
Rashad Gover
960bc439f9 Make some changes 2022-04-20 08:17:09 +00:00
Rashad Gover
fa2b797755 Go back to TVar 2022-04-20 07:55:45 +00:00
Rashad Gover
bcab7176cc Change from TVar to IORef 2022-04-20 05:40:12 +00:00
Rashad Gover
67559e0b13 Working on sse implementation 2022-04-19 03:02:47 +00:00
Rashad Gover
f7a306ae02 Make more fixed; constrain exports 2022-04-17 09:59:30 +00:00
Rashad Gover
0bb933ec19 Replace okHTML with ok; replace abort functions with error functions 2022-04-17 09:54:00 +00:00