diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-03-19 02:06:09 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-03-19 02:06:09 +0400 |
commit | d483a33d3cde8873eec39e637c6d6b7c9cdf563a (patch) | |
tree | 0b469543340c68870f124847f837519e107bd452 /src/Network | |
parent | 3613e02e454980bb208132922e852145b89705c4 (diff) |
Inline getClient function
Diffstat (limited to 'src/Network')
-rw-r--r-- | src/Network/BitTorrent/Client/Types.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Network/BitTorrent/Client/Types.hs b/src/Network/BitTorrent/Client/Types.hs index e9f9f76e..31ebca2d 100644 --- a/src/Network/BitTorrent/Client/Types.hs +++ b/src/Network/BitTorrent/Client/Types.hs | |||
@@ -110,3 +110,4 @@ runBitTorrent client action = runReaderT (unBitTorrent action) client | |||
110 | 110 | ||
111 | getClient :: BitTorrent Client | 111 | getClient :: BitTorrent Client |
112 | getClient = BitTorrent ask | 112 | getClient = BitTorrent ask |
113 | {-# INLINE getClient #-} \ No newline at end of file | ||