Skip to content

Commit

Permalink
Reformat codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenJ committed Apr 12, 2024
1 parent e857c9b commit 02be345
Show file tree
Hide file tree
Showing 3 changed files with 149 additions and 160 deletions.
52 changes: 24 additions & 28 deletions src/HerbCore.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,29 @@ include("rulenode.jl")
include("constraint.jl")
include("grammar.jl")

export
AbstractRuleNode,
RuleNode,
AbstractHole,
UniformHole,
Hole,
HoleReference,

depth,
node_depth,
rulesoftype,
swap_node,
get_rulesequence,
rulesonleft,
get_node_at_location,
get_node_path,
number_of_holes,
contains_hole,
contains_variable_shaped_hole,
get_children,
get_rule,
isfixedshaped,
isfilled,
hasdynamicvalue,
have_same_shape,

AbstractConstraint,
AbstractGrammar
export
AbstractRuleNode,
RuleNode,
AbstractHole,
UniformHole,
Hole,
HoleReference, depth,
node_depth,
rulesoftype,
swap_node,
get_rulesequence,
rulesonleft,
get_node_at_location,
get_node_path,
number_of_holes,
contains_hole,
contains_variable_shaped_hole,
get_children,
get_rule,
isfixedshaped,
isfilled,
hasdynamicvalue,
have_same_shape, AbstractConstraint,
AbstractGrammar

end # module HerbCore
Loading

0 comments on commit 02be345

Please sign in to comment.