blob: 3ddb9ae9b740c810d71f371a6290e3d9e8d81885 (
plain)
1
2
3
4
5
6
7
8
|
val parse_stylesheet :
?container_lnum:int -> ?pos:Lexing.position -> string -> Types.Stylesheet.t
val parse_declaration_list :
?container_lnum:int ->
?pos:Lexing.position ->
string ->
Types.Declaration_list.t
|