Initial commit
This commit is contained in:
commit
c101616e62
309 changed files with 53937 additions and 0 deletions
13
bundled/Network/ONCRPC/XDR.hs
Normal file
13
bundled/Network/ONCRPC/XDR.hs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
-- | XDR: External Data Representation as described in RFC4506
|
||||
--
|
||||
-- This module should be imported qualified, e.g., as @XDR@.
|
||||
|
||||
module Network.ONCRPC.XDR
|
||||
( module Network.ONCRPC.XDR.Types
|
||||
, module Network.ONCRPC.XDR.Array
|
||||
, module Network.ONCRPC.XDR.Serial
|
||||
) where
|
||||
|
||||
import Network.ONCRPC.XDR.Types
|
||||
import Network.ONCRPC.XDR.Array
|
||||
import Network.ONCRPC.XDR.Serial
|
||||
Loading…
Add table
Add a link
Reference in a new issue