Vcsn  2.4
Be Rational
lao_br.hh
Go to the documentation of this file.
1 #pragma once
2 
3 #include <vcsn/alphabets/char.hh>
7 #include <vcsn/ctx/context.hh>
8 #include <vcsn/weightset/b.hh>
9 
10 namespace vcsn
11 {
12  namespace ctx
13  {
14  using lal_char_b
15  = context<letterset<vcsn::set_alphabet<vcsn::char_letters>>,
16  vcsn::b>;
18  }
19 }
20 
21 #include <vcsn/ctx/instantiate.hh>
22 
23 #ifndef MAYBE_EXTERN
24 # define MAYBE_EXTERN extern
25 #endif
26 
27 namespace vcsn
28 {
30 }
context< oneset, vcsn::expressionset< lal_char_b >> lao_br
Definition: lao_br.hh:17
Provide a variadic mul on top of a binary mul(), and one().
Definition: fwd.hh:46
Definition: a-star.hh:8
context< lal_char, b > lal_char_b
Definition: lal_char_b.hh:11
VCSN_CTX_INSTANTIATE(ctx::lal_char_b)