rblaze/bond-haskell

View on GitHub
runtime/src/Data/Bond/Internal/CompactBinaryProto.hs

Summary

Maintainability
Test Coverage

Reduce duplication
Open

    let et = getWireType (Proxy :: Proxy a)

Found

let et = getWireType (Proxy :: Proxy a)
(t, n) <- getListHeader
unless (t == et) $
  fail $
    "invalid element tag " ++
      bondTypeName t ++
        " in list field, " ++ bondTypeName et ++ " expected"

Perhaps

Combine with runtime/src/Data/Bond/Internal/CompactBinaryProto.hs:337:5

There are no issues that match your filters.

Category
Status