diff options
author | Joe Zhao <ztuowen@gmail.com> | 2015-08-24 15:45:45 -0600 |
---|---|---|
committer | Joe Zhao <ztuowen@gmail.com> | 2015-08-24 15:45:45 -0600 |
commit | 6588473adf96a3eb7cfac55820ec022d4533fcbf (patch) | |
tree | dcc6d21e7ce8ed368eda73a7fd74eca5340355ed /monadTrans/h1.hs | |
parent | 3cf3e36b1498271f3c9162576809d886482e6d97 (diff) | |
download | typeclass-6588473adf96a3eb7cfac55820ec022d4533fcbf.tar.gz typeclass-6588473adf96a3eb7cfac55820ec022d4533fcbf.tar.bz2 typeclass-6588473adf96a3eb7cfac55820ec022d4533fcbf.zip |
Diffstat (limited to 'monadTrans/h1.hs')
-rw-r--r-- | monadTrans/h1.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/monadTrans/h1.hs b/monadTrans/h1.hs new file mode 100644 index 0000000..0127e8c --- /dev/null +++ b/monadTrans/h1.hs @@ -0,0 +1,2 @@ +-- Kind of t in MonadTrans t +(* -> *) -> * -> * |