소스 검색

Add map typespec for dialyzer

This obviously only exists on VMs that support it.
pull/98/head
Paul J. Davis 9 년 전
부모
커밋
e132b633f5
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      src/jiffy.erl

+ 4
- 0
src/jiffy.erl 파일 보기

@ -23,6 +23,10 @@
-type json_number() :: integer() | float().
-type json_object() :: {[{json_string(),json_value()}]}.
-ifndef(JIFFY_NO_MAPS).
-type #{json_string() => json_value()}.
-endif.
-type jiffy_decode_result() :: json_value()
| {has_trailer, json_value(), binary()}.

불러오는 중...
취소
저장