Make parsed type private
This commit is contained in:
parent
c79e1310f2
commit
3c657d7991
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ pub type SExpr {
|
|||
Name(String)
|
||||
}
|
||||
|
||||
pub type Parsed(a) =
|
||||
type Parsed(a) =
|
||||
Result(#(a, BitArray), ParseError)
|
||||
|
||||
pub fn sexpr_to_pretty_string(sexpr: SExpr) -> String {
|
||||
|
|
Loading…
Reference in a new issue