úÎ  ³'      !"#$%& GHC experimentalmarius@monkey.orgA single BERT term.      GHC experimentalmarius@monkey.org>Parse a simple BERT (erlang) term from a string in the erlang 7 grammar. Does not attempt to decompose complex terms. 'GHC experimentalmarius@monkey.org  Introduce a  from a Haskell value. 'Attempt to read a haskell value from a . ()*2Binary encoding of a single term (without header) 2Binary decoding of a single term (without header) +,-.GHC experimentalmarius@monkey.org6A single BERP. Little more than a wrapper for a term. AFrom a lazy bytestring, return a (lazy) list of packets. This is D convenient for parsing a stream of adjacent packets. (Eg. by using  some form of  getContents to get a  ByteString out of a data  source). GHC experimentalmarius@monkey.org GHC experimentalmarius@monkey.org/0123*Defines a transport endpoint. Create with . 45'Create a transport from the given URI. 6Create a (TCP) transport from the given host and port ?Execute the given transport monad action in the context of the  passed transport. )Send a term (inside the transport monad) ,Receive a term (inside the transport monad) GHC experimentalmarius@monkey.orgConvenience type for call 678  Call the {mod, func, args} synchronously on the endpoint  defined by  transport*, returning the results of the call or an  error.    GHC experimentalmarius@monkey.org!"#$%&@Serve from the given transport (forever), handling each request 3 with the given dispatch function in a new thread. !"#$%&!%$#"&!%$#""#$%& GHC experimentalmarius@monkey.org !"#$%&9     !"#$%&'()*+,-./01234567 889:;<=>?@ bert-1.1.1Data.BERT.TypesData.BERT.ParserData.BERT.TermData.BERT.PacketNetwork.BERT.TransportNetwork.BERT.ClientNetwork.BERT.Server Data.BERT Network.BERTTerm RegexTermTimeTermDictionaryTermBoolTermNilTerm BigbigintTerm BigintTerm BinaryTermListTerm BytelistTerm TupleTermAtomTerm FloatTermIntTerm parseTermBERTshowBERTreadBERTPacket fromPacketpackets TransportM TransportfromURI fromHostPortservet withTransportsendtrecvtCallcallDispatchResult UndesignatedNoSuchFunction NoSuchModuleSuccessservep_term decomposeTime composeTimeput8iput16iput32igetLtagTransportState state_packets state_socketTcpServerTransport TcpTransportError ServerError ClientError